C# Class Tao.Ode.Ode.dVector4

Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
X dReal

Méthodes publiques

Méthode 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 méthode

public ToArray ( ) : dReal[]
Résultat dReal[]

dVector4() public méthode

public dVector4 ( dReal x, dReal y, dReal z, dReal w ) : System
x dReal
y dReal
z dReal
w dReal
Résultat System

this() public méthode

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
Résultat dReal

Property Details

X public_oe property

public dReal X
Résultat dReal