C# 클래스 BEPUutilities.RayHit

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

공개 프로퍼티들

프로퍼티 타입 설명
Location Microsoft.Xna.Framework.Vector3
Normal Microsoft.Xna.Framework.Vector3
T float

프로퍼티 상세

Location 공개적으로 프로퍼티

Location of the ray hit.
public Vector3,Microsoft.Xna.Framework Location
리턴 Microsoft.Xna.Framework.Vector3

Normal 공개적으로 프로퍼티

Normal of the ray hit.
public Vector3,Microsoft.Xna.Framework Normal
리턴 Microsoft.Xna.Framework.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