|
Anark Core SDK
|
Public Member Functions | |
| SdkPlane3D (ISdkVertex3D point, ISdkVector3D normal) | |
| Initialize a 3D plane. | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Properties | |
| ISdkVertex3D | PointOnPlane [get] |
| A point on the plane. | |
| ISdkVector3D | NormalVector [get] |
| The plane normal. | |
|
inline |
Initialize a 3D plane.
| point | A point on the plane. |
| normal | The plane normal vector. |
|
inline |
|
inline |
|
inline |
|
get |
The plane normal.
Implements Anark.CoreSdkApi.Math.ISdkPlane3D.
|
get |
A point on the plane.
Implements Anark.CoreSdkApi.Math.ISdkPlane3D.