![]() |
|
Public Types | |
enum | direction { VECTOR, CONTACT_SPHERE } |
enum | algorithm { FULL_RAY, HALF_RAY, VISIBLE } |
Static Public Member Functions | |
scalar | planarTol () |
Return planar tolerance. | |
scalar | setPlanarTol (const scalar t) |
Set the planar tolerance, returning the previous value. | |
Static Public Attributes | |
const NamedEnum< direction, 2 > | directionNames_ |
Direction names. | |
const NamedEnum< algorithm, 3 > | algorithmNames_ |
Projection algorithm names. |
|
Definition at line 69 of file intersection.H. |
|
Definition at line 63 of file intersection.H. |
|
Return planar tolerance.
Definition at line 85 of file intersection.H. |
|
Set the planar tolerance, returning the previous value.
Definition at line 91 of file intersection.H. References FatalErrorIn. |
|
Projection algorithm names.
Definition at line 82 of file intersection.H. |
|
Direction names.
Definition at line 79 of file intersection.H. |