| Modifier and Type | Method and Description |
|---|---|
static ApsPoint |
ApsPoint.crossProduct(ApsPoint point1,
ApsPoint point2)
Calculates the cross product.
|
static ApsPoint |
ApsPoint.crossProductNN(ApsPoint point1,
ApsPoint point2)
Calculates the non-normalized cross product.
|
static ApsPoint[] |
ApsPoint.fromPointFsArray(PointF[] points)
To the points list.
|
static ApsPoint |
ApsPoint.getEmpty()
The empty
|
static ApsPoint |
ApsPoint.normalize(ApsPoint point)
Normalizes the vector.
|
static ApsPoint |
ApsPoint.op_Addition(ApsPoint point1,
ApsPoint point2)
Gets the sum of two points.
|
static ApsPoint |
ApsPoint.op_Division(ApsPoint point1,
double d)
Divides all coordinates by number.
|
static ApsPoint |
ApsPoint.op_Multiply(ApsPoint point1,
double d)
Multiplies all coordinates by number.
|
static ApsPoint |
ApsPoint.op_Subtraction(ApsPoint point1,
ApsPoint point2)
Gets the difference between points.
|
static ApsPoint |
Point.to_ApsPoint(Point point)
Performs an explicit conversion from
Point to ApsPoint. |
static ApsPoint |
ApsPoint.to_ApsPoint(PointF pointF)
Performs an explicit conversion from
PointF to ApsPoint. |
static ApsPoint |
PointF.to_ApsPoint(PointF apsPnt)
Performs an explicit conversion from
PointF to ApsPoint. |
static ApsPoint[] |
PointF.toPointApsArray(PointF[] fPnts)
Performs an explicit conversion from
PointF arr to ApsPoint arr. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApsPoint.CloneTo(ApsPoint that) |
static ApsPoint |
ApsPoint.crossProduct(ApsPoint point1,
ApsPoint point2)
Calculates the cross product.
|
static ApsPoint |
ApsPoint.crossProductNN(ApsPoint point1,
ApsPoint point2)
Calculates the non-normalized cross product.
|
static double |
ApsPoint.dotProduct(ApsPoint point1,
ApsPoint point2)
Calculates the dot product of two points.
|
static double |
ApsPoint.length(ApsPoint point)
Calculates the length of point as vector.
|
static ApsPoint |
ApsPoint.normalize(ApsPoint point)
Normalizes the vector.
|
static ApsPoint |
ApsPoint.op_Addition(ApsPoint point1,
ApsPoint point2)
Gets the sum of two points.
|
static ApsPoint |
ApsPoint.op_Division(ApsPoint point1,
double d)
Divides all coordinates by number.
|
static ApsPoint |
ApsPoint.op_Multiply(ApsPoint point1,
double d)
Multiplies all coordinates by number.
|
static ApsPoint |
ApsPoint.op_Subtraction(ApsPoint point1,
ApsPoint point2)
Gets the difference between points.
|
| Constructor and Description |
|---|
ApsPoint(ApsPoint point) |
| Modifier and Type | Method and Description |
|---|---|
ApsPoint |
Cad2DPoint.getApsPoint()
Gets the aps point.
|
| Modifier and Type | Method and Description |
|---|---|
ApsPoint |
DwfWhipPolymarker.getShiftPoint()
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
ApsPoint |
DwfWhipEllipse.getShiftPoint()
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
| Modifier and Type | Method and Description |
|---|---|
void |
DwfWhipPolymarker.setShiftPoint(ApsPoint value)
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
void |
DwfWhipEllipse.setShiftPoint(ApsPoint value)
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
| Modifier and Type | Method and Description |
|---|---|
ApsPoint |
DwfWhipText.getShiftPoint()
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
| Modifier and Type | Method and Description |
|---|---|
void |
DwfWhipText.setShiftPoint(ApsPoint value)
Gets or sets the shift point defined in some rasterizers
ApsRasterizerBase. |
| Constructor and Description |
|---|
Point3D(ApsPoint apsPoint)
Initializes a new instance of the Point3D class.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.