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