Package | Description |
---|---|
com.aspose.cad.exporters.cadapsentitiesexporter.cadaps3d |
Modifier and Type | Method and Description |
---|---|
static TransformationMatrix |
TransformationMatrix.axonometric(double alpha,
double beta)
Axonometric projection
|
static TransformationMatrix |
TransformationMatrix.copy(TransformationMatrix matrix)
Performs copy of one TransformationMatrix into other.
|
static TransformationMatrix |
TransformationMatrix.fromAxis(Point3D xAxis,
Point3D yAxis,
Point3D zAxis)
From the axis.
|
static TransformationMatrix |
TransformationMatrix.frontView()
FrontView matrix
|
static TransformationMatrix |
TransformationMatrix.getWCS(Point3D normalVector)
WCSs the specified normal vector.
|
TransformationMatrix |
TransformationMatrix.invert()
Given an nXn matrix A, solve n linear equations to find the inverse of A.
|
static TransformationMatrix |
TransformationMatrix.oCStoWCS(Point3D normalVector)
Transforms OCS coordinates to WSC
|
static TransformationMatrix |
TransformationMatrix.op_Addition(TransformationMatrix matrix1,
TransformationMatrix matrix2)
Performs summation of two matrices.
|
static TransformationMatrix |
TransformationMatrix.op_Multiply(TransformationMatrix matrix,
double value)
Multiplies matrix by value.
|
static TransformationMatrix |
TransformationMatrix.op_Multiply(TransformationMatrix matrix1,
TransformationMatrix matrix2)
Matrix multiplication operator.
|
static TransformationMatrix |
TransformationMatrix.perspective(double fov,
double aspect,
double near,
double far,
double distance)
Creates perspective matrix.
|
static TransformationMatrix |
TransformationMatrix.rotateX(double theta)
Rotation matrix around X
|
static TransformationMatrix |
TransformationMatrix.rotateY(double theta)
Rotation matrix around Y
|
static TransformationMatrix |
TransformationMatrix.rotateZ(double theta)
Rotation matrix around Z
|
static TransformationMatrix |
TransformationMatrix.scale(double sx,
double sy,
double sz)
Scaling of a matrix
|
static TransformationMatrix |
TransformationMatrix.sideView()
SideView matrix
|
static TransformationMatrix |
TransformationMatrix.topView()
TopView matrix
|
static TransformationMatrix |
TransformationMatrix.translate(double dx,
double dy,
double dz)
Translation matrix
|
static TransformationMatrix |
TransformationMatrix.transpose(TransformationMatrix initialMatrix)
Performs transposing of matrix.
|
static TransformationMatrix |
TransformationMatrix.ucsToWcs(Point3D vX,
Point3D vY)
Ucses to WCS.
|
Modifier and Type | Method and Description |
---|---|
static TransformationMatrix |
TransformationMatrix.copy(TransformationMatrix matrix)
Performs copy of one TransformationMatrix into other.
|
static TransformationMatrix |
TransformationMatrix.op_Addition(TransformationMatrix matrix1,
TransformationMatrix matrix2)
Performs summation of two matrices.
|
static TransformationMatrix |
TransformationMatrix.op_Multiply(TransformationMatrix matrix,
double value)
Multiplies matrix by value.
|
static TransformationMatrix |
TransformationMatrix.op_Multiply(TransformationMatrix matrix1,
TransformationMatrix matrix2)
Matrix multiplication operator.
|
void |
Point3D.transform(TransformationMatrix matrix)
Applies transformation to a point
|
void |
Point3D.transformNormalize(TransformationMatrix matrix)
Applies transformation with normalization.
|
static TransformationMatrix |
TransformationMatrix.transpose(TransformationMatrix initialMatrix)
Performs transposing of matrix.
|