Property | Type | Description | |
---|---|---|---|
Distance | Length | ||
Normal | Vector3d |
Method | Description | |
---|---|---|
Intersect ( Plane3 b, Plane3 c ) : System.Vector3 |
Get the intersection point between the three planes.
|
|
Intersect ( Plane3 &b, Plane3 &c, System.Vector3 &result ) : void |
Get the intersection point between the three planes.
|
|
NormalizeInPlace ( ) : void |
Normalize the Plane3 in place.
|
|
Plane3 ( Double normalX, Double normalY, Double normalZ, Length distance ) : System |
Initialise the Plane3.
|
|
Plane3 ( Vector3d normal, Length distance ) : System |
Initialise the Plane3.
|
public Intersect ( Plane3 b, Plane3 c ) : System.Vector3 | ||
b | Plane3 | |
c | Plane3 | |
return | System.Vector3 |
public Intersect ( Plane3 &b, Plane3 &c, System.Vector3 &result ) : void | ||
b | Plane3 | |
c | Plane3 | |
result | System.Vector3 | |
return | void |
public Plane3 ( Double normalX, Double normalY, Double normalZ, Length distance ) : System | ||
normalX | Double | |
normalY | Double | |
normalZ | Double | |
distance | Length | |
return | System |
public Plane3 ( Vector3d normal, Length distance ) : System | ||
normal | Vector3d | |
distance | Length | |
return | System |