C# 클래스 BulletCSharp.btCylinderShapeX

상속: btCylinderShape
파일 보기 프로젝트 열기: sanglin307/BulletUnity3D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btCylinderShapeX ( SWIGTYPE_p_btVector3 halfExtents ) : System
getName ( ) : string
getRadius ( ) : float
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3

비공개 메소드들

메소드 설명
btCylinderShapeX ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btCylinderShapeX obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

batchedUnitVectorGetSupportingVertexWithoutMargin() 공개 메소드

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

btCylinderShapeX() 공개 메소드

public btCylinderShapeX ( SWIGTYPE_p_btVector3 halfExtents ) : System
halfExtents SWIGTYPE_p_btVector3
리턴 System

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRadius() 공개 메소드

public getRadius ( ) : float
리턴 float

localGetSupportingVertexWithoutMargin() 공개 메소드

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
리턴 SWIGTYPE_p_btVector3