BulletCSharp.btSphereSphereCollisionAlgorithm.btSphereSphereCollisionAlgorithm C# (CSharp) Method

btSphereSphereCollisionAlgorithm() private method

private btSphereSphereCollisionAlgorithm ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btSphereSphereCollisionAlgorithm(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btSphereSphereCollisionAlgorithm::btSphereSphereCollisionAlgorithm ( SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci ) : System
btSphereSphereCollisionAlgorithm::btSphereSphereCollisionAlgorithm ( SWIGTYPE_p_btPersistentManifold mf, SWIGTYPE_p_btCollisionAlgorithmConstructionInfo ci, SWIGTYPE_p_btCollisionObjectWrapper col0Wrap, SWIGTYPE_p_btCollisionObjectWrapper col1Wrap ) : System