#include <CGAL/Direction_3.h>
|
| |
|
introduces a direction d initialised with the
direction of vector .
| |
|
| |
|
introduces a direction d initialised with the direction
from the origin to the point with Cartesian coordinates .
| |
|
|
|
returns values, such that d== Direction_2<R>(delta(0),delta(1),delta(2)). Precondition: : . |
|
|
| returns delta(0). |
|
|
| returns delta(1). |
|
|
| returns delta(2). |
|
|
| Test for equality. |
|
|
| Test for inequality. |
|
|
| The direction opposite to d. |
|
|
| returns a vector that has the same direction as d. |
|
|
| |
| returns the direction obtained by applying on d. | ||