#include <segment.h>
Public Methods | |
Constructors | |
| Segment (const V3 &start=V3::O, const V3 &end=V3::O) | |
| . | |
Initializers | |
| void | Set (const V3 &start, const V3 &end) |
| . | |
| void | SetStart (const V3 &start) |
| . | |
| void | SetEnd (const V3 &end) |
| . | |
| void | SetDirection (const V3 &direction) |
| . | |
Accessors | |
| V3 | GetStart () |
| . | |
| const V3 & | GetStart () const |
| . | |
| V3 | GetEnd () |
| . | |
| const V3 & | GetEnd () const |
| . | |
| V3 | GetDirection () const |
| . | |
| float | GetLength () const |
| . | |
1.2.17