BulletCSharp.btCylinderShape.btCylinderShape C# (CSharp) Method

btCylinderShape() private method

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

Same methods

btCylinderShape::btCylinderShape ( SWIGTYPE_p_btVector3 halfExtents ) : System