Click or drag to resize

Ellipsoid.TangentTotal Method

Determines whether the cone emanating from sensor at the given position and with the given heading and half angle lies completely tangent to the Ellipsoid.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool TangentTotal(
	Cartesian sensorPosition,
	UnitCartesian sensorHeading,
	double halfAngle
)

Parameters

sensorPosition
Type: AGI.Foundation.Coordinates.Cartesian
The position of the sensor.
sensorHeading
Type: AGI.Foundation.Coordinates.UnitCartesian
The heading of the sensor.
halfAngle
Type: System.Double
The half angle of the sensor cone.

Return Value

Type: Boolean
True if the sensor cone is tangent, false if it is not.
See Also