C# 클래스 BEPUutilities2.RayHit

Contains ray hit data.
파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

공개 프로퍼티들

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

프로퍼티 상세

Location 공개적으로 프로퍼티

Location of the ray hit.
public Vector3,System.Numerics Location
리턴 System.Numerics.Vector3

Normal 공개적으로 프로퍼티

Normal of the ray hit.
public Vector3,System.Numerics Normal
리턴 System.Numerics.Vector3

T 공개적으로 프로퍼티

T parameter of the ray hit. The ray hit location is equal to the ray origin added to the ray direction multiplied by T.
public float T
리턴 float