C# Class BulletCSharp.btConvexPolyhedron

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btConvexPolyhedron ( ) : System
initialize ( ) : void
project ( SWIGTYPE_p_btTransform trans, SWIGTYPE_p_btVector3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj, SWIGTYPE_p_btVector3 witnesPtMin, SWIGTYPE_p_btVector3 witnesPtMax ) : void
testContainment ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btConvexPolyhedron() public method

public btConvexPolyhedron ( ) : System
return System

initialize() public method

public initialize ( ) : void
return void

project() public method

public project ( SWIGTYPE_p_btTransform trans, SWIGTYPE_p_btVector3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj, SWIGTYPE_p_btVector3 witnesPtMin, SWIGTYPE_p_btVector3 witnesPtMax ) : void
trans SWIGTYPE_p_btTransform
dir SWIGTYPE_p_btVector3
minProj SWIGTYPE_p_float
maxProj SWIGTYPE_p_float
witnesPtMin SWIGTYPE_p_btVector3
witnesPtMax SWIGTYPE_p_btVector3
return void

testContainment() public method

public testContainment ( ) : bool
return bool

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool