C# Class Tao.Ode.Ode.dVector4

Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
X dReal

Public Methods

Method Description
ToArray ( ) : dReal[]

dVector4 ( 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

Method Details

ToArray() public method

public ToArray ( ) : dReal[]
return dReal[]

dVector4() public method

public dVector4 ( dReal x, dReal y, dReal z, dReal w ) : System
x dReal
y dReal
z dReal
w dReal
return System

this() public method

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
return dReal

Property Details

X public_oe property

public dReal X
return dReal