Segment class for representing a line segment
Segment class for representing a line segment
Seg(const Seg& seg)
Seg(const Vec3& s, const Vec3& e)
virtual ~Seg()
Seg& operator = (const Seg& seg)
void set(const Vec3& s, const Vec3& e)
const Vec3& start() const
Vec3& start()
const Vec3& end() const
Vec3& end()
bool intersect(const BoundingBox& bb) const
bool intersect(const BoundingBox& bb, float& r1, float& r2) const
bool intersect(const BoundingSphere& bs) const
bool intersect(const BoundingSphere& bs, float& r1, float& r2) const
bool intersect(const Vec3& v1, const Vec3& v2, const Vec3& v3, float& r)
void mult(const Seg& seg, const Matrix& m)
void mult(const Matrix& m, const Seg& seg)
static bool intersectAndClip(Vec3& s, Vec3& e, const BoundingBox& bb)
Alphabetic index HTML hierarchy of classes or Java