#include <Primitive.h>

Public Member Functions | |
| virtual AxisAlignedBox_xyz | bbox () const |
| virtual unsigned int | nbVertices () const |
| Segment (const Feedback3DColor &p1, const Feedback3DColor &p2) | |
| virtual const Feedback3DColor & | sommet3DColor (int i) const |
| virtual const Vector3 & | vertex (int) const |
| virtual | ~Segment () |
Protected Attributes | |
| Feedback3DColor | P1 |
| Feedback3DColor | P2 |
Definition at line 166 of file Primitive.h.
| vrender::Segment::Segment | ( | const Feedback3DColor & | p1, |
| const Feedback3DColor & | p2 | ||
| ) | [inline] |
Definition at line 169 of file Primitive.h.
| virtual vrender::Segment::~Segment | ( | ) | [inline, virtual] |
Definition at line 170 of file Primitive.h.
| AxisAlignedBox_xyz Segment::bbox | ( | ) | const [virtual] |
Implements vrender::Primitive.
Definition at line 83 of file Primitive.cpp.
| virtual unsigned int vrender::Segment::nbVertices | ( | ) | const [inline, virtual] |
Implements vrender::Primitive.
Definition at line 171 of file Primitive.h.
| const Feedback3DColor & Segment::sommet3DColor | ( | int | i | ) | const [virtual] |
Implements vrender::Primitive.
Definition at line 68 of file Primitive.cpp.
| const Vector3 & Segment::vertex | ( | int | i | ) | const [virtual] |
Implements vrender::Primitive.
Definition at line 78 of file Primitive.cpp.
Feedback3DColor vrender::Segment::P1 [protected] |
Definition at line 180 of file Primitive.h.
Feedback3DColor vrender::Segment::P2 [protected] |
Definition at line 181 of file Primitive.h.