![]() |
|
Public Member Functions | |
ClassName ("orientedSurface") | |
orientedSurface () | |
Construct null. | |
orientedSurface (const triSurface &, const point &samplePoint, const bool orientOutside=true) | |
Construct from triSurface and sample point which is either. | |
orientedSurface (const triSurface &, const bool orientOutside=true) | |
Construct from triSurface. Calculates outside point as being. |
|
Construct null.
|
|
Construct from triSurface and sample point which is either. outside (orientOutside = true) or inside (orientOutside = false). Uses linear search to find nearest. |
|
Construct from triSurface. Calculates outside point as being. outside the bounding box of the surface. |
|
|