C# Class BulletCSharp.btStaticPlaneShape

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetSwigPtr ( ) : SWIGTYPE_p_btCollisionShape
btStaticPlaneShape ( SWIGTYPE_p_btVector3 planeNormal, float planeConstant ) : System
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
calculateSerializeBufferSize ( ) : int
getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
getLocalScaling ( ) : SWIGTYPE_p_btVector3
getName ( ) : string
getPlaneConstant ( ) : float
getPlaneNormal ( ) : SWIGTYPE_p_btVector3
processAllTriangles ( SWIGTYPE_p_btTriangleCallback callback, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSwigPtr() public method

public GetSwigPtr ( ) : SWIGTYPE_p_btCollisionShape
return SWIGTYPE_p_btCollisionShape

btStaticPlaneShape() public method

public btStaticPlaneShape ( SWIGTYPE_p_btVector3 planeNormal, float planeConstant ) : System
planeNormal SWIGTYPE_p_btVector3
planeConstant float
return System

calculateLocalInertia() public method

public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
mass float
inertia SWIGTYPE_p_btVector3
return void

calculateSerializeBufferSize() public method

public calculateSerializeBufferSize ( ) : int
return int

getAabb() public method

public getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
t SWIGTYPE_p_btTransform
aabbMin SWIGTYPE_p_btVector3
aabbMax SWIGTYPE_p_btVector3
return void

getLocalScaling() public method

public getLocalScaling ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

getName() public method

public getName ( ) : string
return string

getPlaneConstant() public method

public getPlaneConstant ( ) : float
return float

getPlaneNormal() public method

public getPlaneNormal ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

processAllTriangles() public method

public processAllTriangles ( SWIGTYPE_p_btTriangleCallback callback, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
callback SWIGTYPE_p_btTriangleCallback
aabbMin SWIGTYPE_p_btVector3
aabbMax SWIGTYPE_p_btVector3
return void

serialize() public method

public serialize ( SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer ) : string
dataBuffer SWIGTYPE_p_void
serializer SWIGTYPE_p_btSerializer
return string

setLocalScaling() public method

public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
scaling SWIGTYPE_p_btVector3
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool