Ellipsoid.Tangents Method (Cartesian, UnitCartesian) |
From the indicated position, provides the points of tangency on an ellipsoid which also lie in
the plane defined by the indicated normal.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian[] Tangents(
Cartesian position,
UnitCartesian normal
)
Public Function Tangents (
position As Cartesian,
normal As UnitCartesian
) As Cartesian()
public:
array<Cartesian>^ Tangents(
Cartesian position,
UnitCartesian normal
)
member Tangents :
position : Cartesian *
normal : UnitCartesian -> Cartesian[]
Parameters
- position
- Type: AGI.Foundation.Coordinates.Cartesian
The reference point. - normal
- Type: AGI.Foundation.Coordinates.UnitCartesian
The normal to the plane passing through the reference point.
Return Value
Type:
Cartesian[]
The points of tangency on the ellipsoid.
See Also