Пример #1
0
 public physx.PxPlane inverseTransform(physx.PxPlane plane)
 {
     return(inverseTransform((physx.PxPlane *) & plane));
 }
Пример #2
0
 public static physx.PxTransform PxTransformFromPlaneEquation(physx.PxPlane plane)
 {
     return(PxTransformFromPlaneEquation((physx.PxPlane *) & plane));
 }
Пример #3
0
 public physx.PxPlane transform(physx.PxPlane plane)
 {
     return(transform((physx.PxPlane *) & plane));
 }
Пример #4
0
 public static bool OpEquals(physx.PxPlane lhs, physx.PxPlane p)
 {
     return(OpEquals(lhs, (physx.PxPlane *) & p));
 }
Пример #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));
 }
Пример #6
0
 public static bool OpEquals(physx.PxPlane lhs, physx.PxPlane.Ref p)
 {
     return(OpEquals(lhs, (physx.PxPlane *)(*((IntPtr *)(&p)))));
 }
Пример #7
0
 public static physx.PxRigidStaticPtr PxCreatePlane(physx.PxPhysicsPtr sdk, physx.PxPlane plane, physx.PxMaterialPtr material)
 {
     return(PxCreatePlane(sdk, (physx.PxPlane *) & plane, material));
 }