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.2.419.0 (24.2.419.0)
Syntax public double GetDegreeOfObstruction(
Cartesian thisFixed,
Cartesian otherFixed
)
Public Function GetDegreeOfObstruction (
thisFixed As Cartesian,
otherFixed As Cartesian
) As Double
public:
double GetDegreeOfObstruction(
Cartesian thisFixed,
Cartesian otherFixed
)
member GetDegreeOfObstruction :
thisFixed : Cartesian *
otherFixed : Cartesian -> float
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:
DoubleThe 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