C# 클래스 BEPUutilities2.Plane

Provides XNA-like plane functionality.
파일 보기 프로젝트 열기: RossNordby/scratchpad

공개 프로퍼티들

프로퍼티 타입 설명
D float
Normal System.Numerics.Vector3

비공개 메소드들

메소드 설명
DotCoordinate ( System.Numerics.Vector3 &v ) : float
Plane ( System.Numerics.Vector3 &position, System.Numerics.Vector3 &normal ) : System.Numerics
Plane ( System.Numerics.Vector3 normal, float d ) : System.Numerics

프로퍼티 상세

D 공개적으로 프로퍼티

Negative distance to the plane from the origin along the normal.
public float D
리턴 float

Normal 공개적으로 프로퍼티

Normal of the plane.
public Vector3,System.Numerics Normal
리턴 System.Numerics.Vector3