Click or drag to resize

DynamicFieldOfViewExtensionGetPointIsInFieldOfViewEvaluator 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.1.418.0 (24.1.418.0)
Syntax
public Evaluator<bool> GetPointIsInFieldOfViewEvaluator(
	Point point
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to check.

Return Value

Type: EvaluatorBoolean
An evaluator to determine if a point is inside the field of view of the sensor.

Implements

IFieldOfViewEnclosureServiceGetPointIsInFieldOfViewEvaluator(Point)
See Also