Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
Matrix3D |
Matrix3D.add(Matrix3D other)
Multiplies the matrix by other matrix.
|
Matrix3D |
PDF3DView.getCameraPosition()
Gets or sets the camera position of view.
|
Modifier and Type | Method and Description |
---|---|
Matrix3D |
Matrix3D.add(Matrix3D other)
Multiplies the matrix by other matrix.
|
void |
PDF3DView.setCameraPosition(Matrix3D value)
Gets or sets the camera position of view.
|
Constructor and Description |
---|
Matrix3D(Matrix3D matrix)
Constructor accepts a matrix to create a copy
|
PDF3DView(IDocument doc,
Matrix3D cameraPosition,
double cameraOrbit,
String viewName)
Initializes a new instance of the
PDF3DView class. |