#include <line3d.H>
Public Methods | |
_line () | |
_line (const P &p, const V &v) | |
_line (const P &p1, const P &p2) | |
P | project (const P &p) const |
Greal | dist (const P &p) const |
const P & | point () const |
P & | point () |
const V & | vector () const |
V & | vector () |
bool | isValid () const |
P | intersect (const L &l) const |
int | operator== (const _line< L, P, V > &l) const |
Protected Attributes | |
P | _point |
V | _vector |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|