SensorFieldOfView Class |
Namespace: AGI.Foundation.Geometry.Shapes
The SensorFieldOfView type exposes the following members.
| Name | Description | |
|---|---|---|
| SensorFieldOfView | Initializes a new instance of the SensorFieldOfView class |
| Name | Description | |
|---|---|---|
| IsConnected |
Gets a value indicating whether the figure is connected.
(Inherited from Figure.) | |
| MaximumRadius |
Gets the maximum radial limit.
In conjunction with MinimumRadius, this restricts the volume to a spherical shell.
By default, this property has the value PositiveInfinity.
| |
| MinimumRadius |
Gets the minimum radial limit.
In conjunction with MaximumRadius, this restricts the volume to a spherical shell.
By default, this property has the value 0.0.
| |
| Radius | Obsolete.
Gets or sets the radial limit of the volume. This is the maximum range at which the sensor
can detect a target.
|
| Name | Description | |
|---|---|---|
| Encloses |
Indicates if the provided point is inside the volume.
(Inherited from Solid.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnclosureDescriptions |
Gets the list of descriptions for the enclosure functions for this solid.
(Inherited from Solid.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProjection(Ellipsoid, KinematicTransformation) |
Gets the projection of the sensor onto the front surface of a specified ellipsoid and into space.
| |
| GetProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions) |
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
| |
| GetService |
Gets the service object of the specified type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnRadialLimitsChanged |
Called after the radial limits of the sensor volume are changed.
| |
| OnRadiusChanged | Obsolete.
Called after the Radius property changes.
| |
| SetRadialLimits |
Sets the radial limits of the sensor volume, which restrict the volume to a spherical shell.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |