15 #ifndef PHYSXSEGMENT_H
16 #define PHYSXSEGMENT_H
18 #include "pandabase.h"
21 #include "config_physx.h"
31 INLINE PhysxSegment(
const PhysxSegment & segment);
33 INLINE ~PhysxSegment();
35 void compute_direction(
LPoint3f &dir)
const;
36 float compute_length()
const;
37 void compute_point(
LPoint3f &p,
float t)
const;
38 float compute_square_length()
const;
52 #include "physxSegment.I"
54 #endif // PHYSSEGMENT_H
This is a three-component vector distance (as opposed to a three-component point, which represents a ...
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
Represents a line segment.