#include <capsule.h>
Public Methods | |
Constructors | |
| Capsule (const V3 &start, const V3 &path, float radius) | |
| . | |
Initializers | |
| void | Set (const V3 &start, const V3 &path, float radius) |
| . | |
| void | SetStart (const V3 &start) |
| . | |
| void | SetPath (const V3 &path) |
| . | |
| void | SetRadius (float radius) |
| . | |
| void | SetEnd (const V3 &end) |
| . | |
Accessors | |
| V3 | GetStart () |
| . | |
| const V3 & | GetStart () const |
| . | |
| V3 | GetPath () |
| . | |
| const V3 & | GetPath () const |
| . | |
| float | GetRadius () const |
| . | |
| V3 | GetDirection () const |
| . | |
| V3 | GetEnd () const |
| . | |
| float | GetLength () const |
| . | |
Looks like a cylinder with caps.
1.2.17