Method ToAbsolute
ToAbsolute(Point2D)
Converts a point with coordinates expressed in this plane into the same point with coordinates expressed in the absolute frame.
Declaration
public Point3D ToAbsolute(Point2D inPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Point2D | inPoint | Point with coordinates expressed in this plane. |
Returns
| Type | Description |
|---|---|
| Point3D | Point with coordinates expressed in the absolute frame. |
ToAbsolute(Vector2D)
Converts a vector with coordinates expressed in this plane into the same vector with coordinates expressed in the absolute frame.
Declaration
public Vector3D ToAbsolute(Vector2D inVector)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2D | inVector | Vector with coordinates expressed in this plane. |
Returns
| Type | Description |
|---|---|
| Vector3D | Vector with coordinates expressed in the absolute frame. |
ToAbsolute(Direction2D)
Converts a direction with coordinates expressed in this plane into the same direction with coordinates expressed in the absolute frame.
Declaration
public Direction3D ToAbsolute(Direction2D inDirection)
Parameters
| Type | Name | Description |
|---|---|---|
| Direction2D | inDirection | Direction with coordinates expressed in this plane. |
Returns
| Type | Description |
|---|---|
| Direction3D | Direction with coordinates expressed in the absolute frame. |
ToAbsolute(Axis2D)
Converts an axis with coordinates expressed in this plane into the same axis with coordinates expressed in the absolute frame.
Declaration
public Axis3D ToAbsolute(Axis2D inAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| Axis2D | inAxis | Axis with coordinates expressed in this plane. |
Returns
| Type | Description |
|---|---|
| Axis3D | Axis with coordinates expressed in the absolute frame. |
ToAbsolute(Frame2D)
Converts a frame with coordinates expressed in this plane into the same frame with coordinates expressed in the absolute frame.
Declaration
public Frame3D ToAbsolute(Frame2D inFrame)
Parameters
| Type | Name | Description |
|---|---|---|
| Frame2D | inFrame | Frame with coordinates expressed in this frame. |
Returns
| Type | Description |
|---|---|
| Frame3D | Frame with coordinates expressed in the absolute frame. |