C# Class BulletCSharp.btConvexHullComputer

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btConvexHullComputer ( ) : System
compute ( SWIGTYPE_p_double coords, int stride, int count, float shrink, float shrinkClamp ) : float
compute ( SWIGTYPE_p_float coords, int stride, int count, float shrink, float shrinkClamp ) : float

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btConvexHullComputer() public method

public btConvexHullComputer ( ) : System
return System

compute() public method

public compute ( SWIGTYPE_p_double coords, int stride, int count, float shrink, float shrinkClamp ) : float
coords SWIGTYPE_p_double
stride int
count int
shrink float
shrinkClamp float
return float

compute() public method

public compute ( SWIGTYPE_p_float coords, int stride, int count, float shrink, float shrinkClamp ) : float
coords SWIGTYPE_p_float
stride int
count int
shrink float
shrinkClamp float
return float

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool