C# Class BulletCSharp.btUniformScalingShape

Inheritance: IDisposable
显示文件 Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btUniformScalingShape ( SWIGTYPE_p_btConvexShape convexChildShape, float uniformScalingFactor ) : System
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
getAabbSlow ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
getChildShape ( ) : SWIGTYPE_p_btConvexShape
getLocalScaling ( ) : SWIGTYPE_p_btVector3
getMargin ( ) : float
getName ( ) : string
getNumPreferredPenetrationDirections ( ) : int
getPreferredPenetrationDirection ( int index, SWIGTYPE_p_btVector3 penetrationVector ) : void
getUniformScalingFactor ( ) : float
localGetSupportingVertex ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
setMargin ( float margin ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

batchedUnitVectorGetSupportingVertexWithoutMargin() public method

public batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
vectors SWIGTYPE_p_btVector3
supportVerticesOut SWIGTYPE_p_btVector3
numVectors int
return void

btUniformScalingShape() public method

public btUniformScalingShape ( SWIGTYPE_p_btConvexShape convexChildShape, float uniformScalingFactor ) : System
convexChildShape SWIGTYPE_p_btConvexShape
uniformScalingFactor float
return System

calculateLocalInertia() public method

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

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

getAabbSlow() public method

public getAabbSlow ( 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

getChildShape() public method

public getChildShape ( ) : SWIGTYPE_p_btConvexShape
return SWIGTYPE_p_btConvexShape

getLocalScaling() public method

public getLocalScaling ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

getMargin() public method

public getMargin ( ) : float
return float

getName() public method

public getName ( ) : string
return string

getNumPreferredPenetrationDirections() public method

public getNumPreferredPenetrationDirections ( ) : int
return int

getPreferredPenetrationDirection() public method

public getPreferredPenetrationDirection ( int index, SWIGTYPE_p_btVector3 penetrationVector ) : void
index int
penetrationVector SWIGTYPE_p_btVector3
return void

getUniformScalingFactor() public method

public getUniformScalingFactor ( ) : float
return float

localGetSupportingVertex() public method

public localGetSupportingVertex ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

localGetSupportingVertexWithoutMargin() public method

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

setLocalScaling() public method

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

setMargin() public method

public setMargin ( float margin ) : void
margin float
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool