CustomSensorPattern Constructor (IList<UnitSpherical>) |
Initializes a new instance with the specified list of directions defining the
custom sensor pattern.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CustomSensorPattern(
IList<UnitSpherical> directions
)
Public Sub New (
directions As IList(Of UnitSpherical)
)
public:
CustomSensorPattern(
IList<UnitSpherical>^ directions
)
new :
directions : IList<UnitSpherical> -> CustomSensorPattern
Parameters
- directions
- Type: System.Collections.Generic.IList<UnitSpherical>
The list of directions that define the custom sensor pattern. The directions
are vectors originating from the sensor's origin and expressed in the sensor's axes.
See the Remarks section of the CustomSensorPattern reference documentation
for more information.
See Also