Click or drag to resize

FieldOfViewExtension.GetPointIsInFieldOfViewEvaluator 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: 25.1.421.0 (25.1.421.0)
Syntax
public Evaluator<bool> GetPointIsInFieldOfViewEvaluator(
	Point point
)

Parameters

point
Type: AGI.Foundation.Geometry.Point
The point to check.

Return Value

Type: Evaluator<Boolean>
An evaluator to determine if a point is inside the field of view of the sensor.

Implements

IFieldOfViewEnclosureService.GetPointIsInFieldOfViewEvaluator(Point)
See Also