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