Property | Type | Description | |
---|---|---|---|
Distance | Length | ||
Normal | Vector4d |
Method | Description | |
---|---|---|
NormalizeInPlace ( ) : void |
Normalize the Plane4 in place.
|
|
Plane4 ( Double normalX, Double normalY, Double normalZ, Double normalW, Length distance ) : System |
Initialise the Plane4.
|
|
Plane4 ( Vector4d normal, Length distance ) : System |
Initialise the Plane4.
|
public Plane4 ( Double normalX, Double normalY, Double normalZ, Double normalW, Length distance ) : System | ||
normalX | Double | |
normalY | Double | |
normalZ | Double | |
normalW | Double | |
distance | Length | |
return | System |
public Plane4 ( Vector4d normal, Length distance ) : System | ||
normal | Vector4d | |
distance | Length | |
return | System |