C# 클래스 Tao.Ode.Ode.dQuaternion

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

공개 프로퍼티들

프로퍼티 타입 설명
W dReal

공개 메소드들

메소드 설명
ToArray ( ) : dReal[]

dQuaternion ( dReal x, dReal y, dReal z, dReal w ) : System

this ( int index ) : dReal

Indexer to support use of array syntax as found in ODE examples X = 0, Y = 1, Z = 2, W = 3

메소드 상세

ToArray() 공개 메소드

public ToArray ( ) : dReal[]
리턴 dReal[]

dQuaternion() 공개 메소드

public dQuaternion ( dReal x, dReal y, dReal z, dReal w ) : System
x dReal
y dReal
z dReal
w dReal
리턴 System

this() 공개 메소드

Indexer to support use of array syntax as found in ODE examples X = 0, Y = 1, Z = 2, W = 3
public this ( int index ) : dReal
index int
리턴 dReal

프로퍼티 상세

W 공개적으로 프로퍼티

public dReal W
리턴 dReal