BulletCSharp.BulletCollisionPINVOKE.btPolyhedralConvexShape_isInside C# (CSharp) 메소드

btPolyhedralConvexShape_isInside() 개인적인 메소드

private btPolyhedralConvexShape_isInside ( HandleRef jarg1, HandleRef jarg2, float jarg3 ) : bool
jarg1 HandleRef
jarg2 HandleRef
jarg3 float
리턴 bool
        public static extern bool btPolyhedralConvexShape_isInside(HandleRef jarg1, HandleRef jarg2, float jarg3);
BulletCollisionPINVOKE