Click or drag to resize

EllipsoidGetDegreeOfObstruction Method (Cartesian, Cartesian)

Gets the obstruction value given two positions.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double GetDegreeOfObstruction(
	Cartesian thisFixed,
	Cartesian otherFixed
)

Parameters

thisFixed
Type: AGI.Foundation.CoordinatesCartesian
The first position in a reference frame fixed to the shape.
otherFixed
Type: AGI.Foundation.CoordinatesCartesian
The second position in a reference frame fixed to the shape.

Return Value

Type: Double
The degree of obstruction. Values above zero indicate that the view is not obstructed. Values below zero indicate that it is obstructed. The magnitude of the value has no physical meaning, but it is a continuous function.
See Also