25class EXPCL_PANDAPHYSX PhysxSegment {
28 INLINE PhysxSegment();
29 INLINE PhysxSegment(
const PhysxSegment & segment);
30 PhysxSegment(
const LPoint3f &p0,
const LPoint3f &p1);
31 INLINE ~PhysxSegment();
void compute_point(LPoint3f &p, float t) const
Computes a point on the segment.
void set_origin_direction(const LPoint3f &origin, const LVector3f &direction)
Setup this segment from origin (start point) and direction vector.
void compute_direction(LPoint3f &dir) const
Returns the direction vector from the segment's start point to it's end point.
float compute_length() const
Returns the distance from the segment's start point to it's end point.
void set_p1(LPoint3f p)
Sets the end point of the segment.
LPoint3f get_origin() const
Returns the start point of the segment.
void set_p0(LPoint3f p)
Sets the start point of the segment.
LPoint3f get_p1() const
Returns the end point of the segment.
LPoint3f get_p0() const
Returns the start point of the segment.
float compute_square_length() const
Returns the square distance from the segment's start point to it's end point.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.