Package | Description |
---|---|
com.aspose.cad.exporters.cadapsentitiesexporter.cadaps3d |
Modifier and Type | Method and Description |
---|---|
Point3D |
Point3D.copy()
Creates copy of current point
|
static Point3D |
Point3D.crossProduct(Point3D point1,
Point3D point2)
Gets cross-product of a points
|
Point3D |
Point3D.normalize()
Normalizes the specified origin.
|
static Point3D |
Point3D.normalVector(Point3D point1,
Point3D point2,
Point3D point3)
Get normal vector of a plane.
|
static Point3D |
Point3D.op_Addition(Point3D a,
Point3D b)
Implements the operator +.
|
static Point3D |
Point3D.op_Multiply(Point3D point,
double scale)
Implements the operator *.
|
static Point3D |
Point3D.op_Subtraction(Point3D a,
Point3D b)
Implements the operator -.
|
static Point3D |
Point3D.spherical(double r,
double theta,
double phi)
Get point in spherical coordinates
|
Modifier and Type | Method and Description |
---|---|
static Point3D |
Point3D.crossProduct(Point3D point1,
Point3D point2)
Gets cross-product of a points
|
static double |
Point3D.distance(Point3D point1,
Point3D point2)
Gets distance between points
|
static double |
Point3D.dotProduct(Point3D point1,
Point3D point2)
Gets dot product between two vectors.
|
static TransformationMatrix |
TransformationMatrix.fromAxis(Point3D xAxis,
Point3D yAxis,
Point3D zAxis)
From the axis.
|
static TransformationMatrix |
TransformationMatrix.getWCS(Point3D normalVector)
WCSs the specified normal vector.
|
static Point3D |
Point3D.normalVector(Point3D point1,
Point3D point2,
Point3D point3)
Get normal vector of a plane.
|
static TransformationMatrix |
TransformationMatrix.oCStoWCS(Point3D normalVector)
Transforms OCS coordinates to WSC
|
static Point3D |
Point3D.op_Addition(Point3D a,
Point3D b)
Implements the operator +.
|
static boolean |
Point3D.op_Equality(Point3D a,
Point3D b)
Allows to compare 3D points.
|
static boolean |
Point3D.op_Inequality(Point3D a,
Point3D b)
Allows to compare 3D points.
|
static Point3D |
Point3D.op_Multiply(Point3D point,
double scale)
Implements the operator *.
|
static Point3D |
Point3D.op_Subtraction(Point3D a,
Point3D b)
Implements the operator -.
|
static TransformationMatrix |
TransformationMatrix.ucsToWcs(Point3D vX,
Point3D vY)
Ucses to WCS.
|