public static physx.PxTransform PxTransformFromPlaneEquation(physx.PxPlane.Ref plane) { return(PxTransformFromPlaneEquation((physx.PxPlane *)(*((IntPtr *)(&plane))))); }
public physx.PxPlane inverseTransform(physx.PxPlane.Ref plane) { return(inverseTransform((physx.PxPlane *)(*((IntPtr *)(&plane))))); }
public static bool OpEquals(physx.PxPlane lhs, physx.PxPlane.Ref p) { return(OpEquals(lhs, (physx.PxPlane *)(*((IntPtr *)(&p))))); }
public physx.PxPlane transform(physx.PxPlane.Ref plane) { return(transform((physx.PxPlane *)(*((IntPtr *)(&plane))))); }
public static physx.PxRigidStaticPtr PxCreatePlane(physx.PxPhysicsPtr sdk, physx.PxPlane.Ref plane, physx.PxMaterialPtr material) { return(PxCreatePlane(sdk, (physx.PxPlane *)(*((IntPtr *)(&plane))), material)); }