Property | Type | Description | |
---|---|---|---|
D | float | ||
Normal | Normal3D |
Method | Description | |
---|---|---|
Normalize ( |
||
Plane3D ( Normal3D normal, float d ) |
Creates a new plane.
|
|
Plane3D ( Point3D a, Point3D b, Point3D c ) |
Points must be ordered CCW
|
|
Transform ( |
public static Normalize ( |
||
value | ||
return |
public Plane3D ( Normal3D normal, float d ) | ||
normal | Normal3D | The normal vector of the plane. |
d | float | The distance of the plane along its normal from the origin. |
public Plane3D ( Point3D a, Point3D b, Point3D c ) | ||
a | Point3D | |
b | Point3D | |
c | Point3D |
public static Transform ( |
||
plane | ||
matrix | Matrix3D | |
return |