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