#include <Opcode.h>
Definition at line 16 of file Opcode.h.
inline_ Opcode::Segment::Segment |
( |
) | |
|
|
inline |
Constructor.
Definition at line 20 of file Opcode.h.
Constructor.
Definition at line 22 of file Opcode.h.
Copy constructor.
Definition at line 24 of file Opcode.h.
inline_ Opcode::Segment::~Segment |
( |
) | |
|
|
inline |
Destructor.
Definition at line 26 of file Opcode.h.
inline_ void Opcode::Segment::ComputeDirection |
( |
Point & |
dir) | |
const |
|
inline |
Computes a point on the segment
- Parameters
-
pt | [out] point on segment |
t | [in] point's parameter [t=0 => pt = mP0, t=1 => pt = mP1] |
Definition at line 47 of file Opcode.h.
inline_ float Opcode::Segment::ComputeSquareLength |
( |
) | |
const |
|
inline |
inline_ void Opcode::Segment::SetOriginDirection |
( |
const Point & |
origin, |
|
|
const Point & |
direction |
|
) |
| |
|
inline |
Point Opcode::Segment::mP0 |
Point Opcode::Segment::mP1 |
The documentation for this class was generated from the following files: