FieldOfViewExtensionGetPointIsInFieldOfViewEvaluator Method (Point) |
Gets an evaluator to determine if a point is inside the field of view of the sensor at
different dates.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<bool> GetPointIsInFieldOfViewEvaluator(
Point point
)
Public Function GetPointIsInFieldOfViewEvaluator (
point As Point
) As Evaluator(Of Boolean)
public:
virtual Evaluator<bool>^ GetPointIsInFieldOfViewEvaluator(
Point^ point
) sealed
abstract GetPointIsInFieldOfViewEvaluator :
point : Point -> Evaluator<bool>
override GetPointIsInFieldOfViewEvaluator :
point : Point -> Evaluator<bool>
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The point to check.
Return Value
Type:
EvaluatorBooleanAn evaluator to determine if a point is inside the field of view of the sensor.
Implements
IFieldOfViewEnclosureServiceGetPointIsInFieldOfViewEvaluator(Point)See Also