BulletCSharp.btCylinderShapeZ.btCylinderShapeZ C# (CSharp) Method

btCylinderShapeZ() private method

private btCylinderShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btCylinderShapeZ(IntPtr cPtr, bool cMemoryOwn)
            : base(BulletCollisionPINVOKE.btCylinderShapeZ_SWIGUpcast(cPtr), cMemoryOwn)
        {
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btCylinderShapeZ::btCylinderShapeZ ( SWIGTYPE_p_btVector3 halfExtents ) : System