Esempio n. 1
0
 public static physx.PxTransform PxTransformFromPlaneEquation(physx.PxPlane.Ref plane)
 {
     return(PxTransformFromPlaneEquation((physx.PxPlane *)(*((IntPtr *)(&plane)))));
 }
Esempio n. 2
0
 public physx.PxPlane inverseTransform(physx.PxPlane.Ref plane)
 {
     return(inverseTransform((physx.PxPlane *)(*((IntPtr *)(&plane)))));
 }
Esempio n. 3
0
 public static bool OpEquals(physx.PxPlane lhs, physx.PxPlane.Ref p)
 {
     return(OpEquals(lhs, (physx.PxPlane *)(*((IntPtr *)(&p)))));
 }
Esempio n. 4
0
 public physx.PxPlane transform(physx.PxPlane.Ref plane)
 {
     return(transform((physx.PxPlane *)(*((IntPtr *)(&plane)))));
 }
Esempio n. 5
0
 public static physx.PxRigidStaticPtr PxCreatePlane(physx.PxPhysicsPtr sdk, physx.PxPlane.Ref plane, physx.PxMaterialPtr material)
 {
     return(PxCreatePlane(sdk, (physx.PxPlane *)(*((IntPtr *)(&plane))), material));
 }