프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Distance | System.Single | ||
Normal | Vector3f |
메소드 | 설명 | |
---|---|---|
Intersect ( |
Get the intersection point between the three planes.
|
|
Intersect ( |
Get the intersection point between the three planes.
|
|
NormalizeInPlace ( ) : void |
Normalize the Plane3f in place.
|
|
Plane3f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single distance ) : System |
Initialise the Plane3f.
|
|
Plane3f ( Vector3f normal, System.Single distance ) : System |
Initialise the Plane3f.
|
public Intersect ( |
||
b | ||
c | ||
리턴 | Vector3f |
public Intersect ( |
||
b | ||
c | ||
result | Vector3f | |
리턴 | void |
public Plane3f ( System.Single normalX, System.Single normalY, System.Single normalZ, System.Single distance ) : System | ||
normalX | System.Single | |
normalY | System.Single | |
normalZ | System.Single | |
distance | System.Single | |
리턴 | System |
public Plane3f ( Vector3f normal, System.Single distance ) : System | ||
normal | Vector3f | |
distance | System.Single | |
리턴 | System |