C# Class BulletCSharp.btVector4

Inheritance: btVector3
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
absolute4 ( ) : btVector4
btVector4 ( ) : System
btVector4 ( float _x, float _y, float _z, float _w ) : System
closestAxis4 ( ) : int
getW ( ) : float
maxAxis4 ( ) : int
minAxis4 ( ) : int
setValue ( float _x, float _y, float _z, float _w ) : void

Private Methods

Method Description
btVector4 ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btVector4 obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

absolute4() public method

public absolute4 ( ) : btVector4
return btVector4

btVector4() public method

public btVector4 ( ) : System
return System

btVector4() public method

public btVector4 ( float _x, float _y, float _z, float _w ) : System
_x float
_y float
_z float
_w float
return System

closestAxis4() public method

public closestAxis4 ( ) : int
return int

getW() public method

public getW ( ) : float
return float

maxAxis4() public method

public maxAxis4 ( ) : int
return int

minAxis4() public method

public minAxis4 ( ) : int
return int

setValue() public method

public setValue ( float _x, float _y, float _z, float _w ) : void
_x float
_y float
_z float
_w float
return void