BulletCSharp.btConeShapeZ.btConeShapeZ C# (CSharp) Method

btConeShapeZ() private method

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

Same methods

btConeShapeZ::btConeShapeZ ( float radius, float height ) : System