C# 클래스 BulletCSharp.btPolarDecomposition

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
btPolarDecomposition ( ) : System
btPolarDecomposition ( float tolerance ) : System
btPolarDecomposition ( float tolerance, uint maxIterations ) : System
decompose ( btMatrix3x3 a, btMatrix3x3 u, btMatrix3x3 h ) : uint
maxIterations ( ) : uint

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

btPolarDecomposition() 공개 메소드

public btPolarDecomposition ( ) : System
리턴 System

btPolarDecomposition() 공개 메소드

public btPolarDecomposition ( float tolerance ) : System
tolerance float
리턴 System

btPolarDecomposition() 공개 메소드

public btPolarDecomposition ( float tolerance, uint maxIterations ) : System
tolerance float
maxIterations uint
리턴 System

decompose() 공개 메소드

public decompose ( btMatrix3x3 a, btMatrix3x3 u, btMatrix3x3 h ) : uint
a btMatrix3x3
u btMatrix3x3
h btMatrix3x3
리턴 uint

maxIterations() 공개 메소드

public maxIterations ( ) : uint
리턴 uint

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool