EllipsoidSurfaceCurveComputeIntersection Method |
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual EllipsoidSurfaceCurveIntersectionResults ComputeIntersection(
EllipsoidSurfaceCurve other
)
Public Overridable Function ComputeIntersection (
other As EllipsoidSurfaceCurve
) As EllipsoidSurfaceCurveIntersectionResults
public:
virtual EllipsoidSurfaceCurveIntersectionResults^ ComputeIntersection(
EllipsoidSurfaceCurve^ other
)
abstract ComputeIntersection :
other : EllipsoidSurfaceCurve -> EllipsoidSurfaceCurveIntersectionResults
override ComputeIntersection :
other : EllipsoidSurfaceCurve -> EllipsoidSurfaceCurveIntersectionResults
Parameters
- other
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The other curve with which to compute intersection.
Return Value
Type:
EllipsoidSurfaceCurveIntersectionResultsThe point representing the intersection of the two curves.
Exceptions Remarks Intersection algorithm convergence tolerance is 1 nm.
See Also