| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.fieldsofview |
| Modifier and Type | Method and Description |
|---|---|
static AngularDistanceType |
AngularDistanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngularDistanceType[] |
AngularDistanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
RectangleField.getAngularDistance(Vector3D direction,
AngularDistanceType method)
Computes the angular distance between a vector and the border of the field.
|
double |
IGeometricFieldOfView.getAngularDistance(Vector3D direction,
AngularDistanceType type)
Computes the angular distance between a vector and the border of the field.
|
double |
EllipticField.getAngularDistance(Vector3D direction,
AngularDistanceType method)
Computes the angular distance between a vector and the border of the field.
|
double |
CircularField.getAngularDistance(Vector3D direction,
AngularDistanceType method)
Computes the angular distance between a vector and the border of the field.
|
Copyright © 2025 CNES. All rights reserved.