BulletCSharp.btStaticPlaneShape.btStaticPlaneShape C# (CSharp) Method

btStaticPlaneShape() private method

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

Same methods

btStaticPlaneShape::btStaticPlaneShape ( SWIGTYPE_p_btVector3 planeNormal, float planeConstant ) : System