프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Distance | System.Single | ||
Normal | Vector2f |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public Plane2f ( Vector2f normal, System.Single distance ) : System | ||
normal | Vector2f | |
distance | System.Single | |
리턴 | System |