BulletCSharp.GrahamVector3.GrahamVector3 C# (CSharp) Method

GrahamVector3() private method

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

Same methods

GrahamVector3::GrahamVector3 ( btVector3 org, int orgIndex ) : System