C# 클래스 Reign.Core.Plane3

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Distance float
Normal Vector3

공개 메소드들

메소드 설명
DotCoordinate ( Vector3 vector ) : float
DotCoordinate ( Plane3 &plane, Vector3 &vector, float &result ) : void
Plane3 ( Vector3 normal, float distance ) : System.Runtime.InteropServices

메소드 상세

DotCoordinate() 공개 메소드

public DotCoordinate ( Vector3 vector ) : float
vector Vector3
리턴 float

DotCoordinate() 공개 정적인 메소드

public static DotCoordinate ( Plane3 &plane, Vector3 &vector, float &result ) : void
plane Plane3
vector Vector3
result float
리턴 void

Plane3() 공개 메소드

public Plane3 ( Vector3 normal, float distance ) : System.Runtime.InteropServices
normal Vector3
distance float
리턴 System.Runtime.InteropServices

프로퍼티 상세

Distance 공개적으로 프로퍼티

public float Distance
리턴 float

Normal 공개적으로 프로퍼티

public Vector3,Reign.Core Normal
리턴 Vector3