Package org.orekit.forces
Class BoxAndSolarArraySpacecraft.Facet
- java.lang.Object
-
- org.orekit.forces.BoxAndSolarArraySpacecraft.Facet
-
- Enclosing class:
- BoxAndSolarArraySpacecraft
public static class BoxAndSolarArraySpacecraft.Facet extends Object
Class representing a single facet of a convex spacecraft body.Instance of this class are guaranteed to be immutable.
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description Facet(org.hipparchus.geometry.euclidean.threed.Vector3D normal, double area)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getArea()
Get facet area.org.hipparchus.geometry.euclidean.threed.Vector3D
getNormal()
Get unit normal vector.
-