|
Direction_3<Kernel> d ( Vector_3<Kernel> v);
|
|
introduces a direction d initialized with the
direction of vector .
|
|
|
Direction_3<Kernel> d ( Line_3<Kernel> l);
|
|
introduces the direction d of line .
|
|
|
Direction_3<Kernel> d ( Ray_3<Kernel> r);
|
|
introduces the direction d of ray .
|
|
|
Direction_3<Kernel> d ( Segment_3<Kernel> s);
|
|
introduces the direction d of segment .
|
|
|
Direction_3<Kernel> d ( Kernel::RT x, Kernel::RT y, Kernel::RT z);
|
|
introduces a direction d initialized with the direction
from the origin to the point with Cartesian coordinates .
|