Beispiel #1
0
 public static physx.PxMat44 *OpStarEqual(physx.PxMat44 lhs, physx.PxMat44.Ref other)
 {
     return(OpStarEqual(lhs, (physx.PxMat44 *)(*((IntPtr *)(&other)))));
 }
Beispiel #2
0
 public static physx.PxMat44 OpMultiply(physx.PxMat44 lhs, physx.PxMat44.Ref other)
 {
     return(OpMultiply(lhs, (physx.PxMat44 *)(*((IntPtr *)(&other)))));
 }
Beispiel #3
0
 public static bool OpEquals(physx.PxMat44 lhs, physx.PxMat44.Ref m)
 {
     return(OpEquals(lhs, (physx.PxMat44 *)(*((IntPtr *)(&m)))));
 }
Beispiel #4
0
 public PxMat44(physx.PxMat44.Ref other) : this((physx.PxMat44 *)(*((IntPtr *)(&other))))
 {
     //ctor piping;
 }
Beispiel #5
0
 public PxTransform(physx.PxMat44.Ref m) : this((physx.PxMat44 *)(*((IntPtr *)(&m))))
 {
     //ctor piping;
 }