internal static extern void PxContactStreamIteratorPtr_SET_contact(physx.PxContactStreamIteratorPtr cls, physx.PxContactPtr value);
public static void Free(physx.PxContactPtr ptr) { Freer_physx_PxContactPtr(ptr); }
internal static extern void PxContactPtr_SET_separation(physx.PxContactPtr cls, float value);
internal static extern float PxContactPtr_GET_separation(physx.PxContactPtr cls);
internal static extern void PxContactPtr_SET_contact(physx.PxContactPtr cls, physx.PxVec3 value);
internal static extern void PxContactPtr_GET_contact(physx.PxContactPtr cls, physx.PxVec3 *GetRetRef);
internal static extern void Freer_physx_PxContactPtr(physx.PxContactPtr ptr);