public interface IFieldOfView extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
getAngularDistance(Vector3D direction)
Computes the angular distance between a vector and the border of the field.
|
String |
getName() |
boolean |
isInTheField(Vector3D direction) |
double getAngularDistance(Vector3D direction)
direction
- the direction vectorboolean isInTheField(Vector3D direction)
direction
- a direction vectorString getName()
Copyright © 2020 CNES. All rights reserved.