18 #include "pandabase.h" 21 #include "config_physx.h" 34 void set_length(
float length);
35 void set_origin(
const LPoint3f &origin);
36 void set_direction(
const LVector3f &direction);
38 float get_length()
const;
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 an ray as an origin and direction.