Tests if the convex hull contains a point using exact arithmetic.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function ContainsExact ( _
point As Point _
) As Boolean |
Visual C++ |
---|
public:
bool ContainsExact(
Point^ point
) |
Return Value
Returns true if the 3d convex hull contains
point, false otherwise.
Returns true if the point lies on the convex hull.
Remarks
Exceptions
See Also