23 void PhysxContactPoint::
24 set(NxContactStreamIterator it) {
26 _point = it.getPoint();
27 _normal = it.getPatchNormal();
28 _normal_force = it.getPointNormalForce();
29 _separation = it.getSeparation();
30 _feature_index0 = it.getFeatureIndex0();
31 _feature_index1 = it.getFeatureIndex1();
86 return _feature_index0;
95 return _feature_index1;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
static LVector3f nxVec3_to_vec3(const NxVec3 &v)
Converts from NxVec3 to LVector3f.
static LPoint3f nxVec3_to_point3(const NxVec3 &p)
Converts from NxVec3 to LPoint3f.
TypeHandle is the identifier used to differentiate C++ class types.