|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.BoxAndSolarArraySpacecraft.Facet
public static class BoxAndSolarArraySpacecraft.Facet
Class representing a single facet of a convex spacecraft body.
Instance of this class are guaranteed to be immutable.
| Constructor Summary | |
|---|---|
BoxAndSolarArraySpacecraft.Facet(org.apache.commons.math.geometry.Vector3D normal,
double area)
Simple constructor. |
|
| Method Summary | |
|---|---|
double |
getArea()
Get facet area. |
org.apache.commons.math.geometry.Vector3D |
getNormal()
Get unit normal vector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoxAndSolarArraySpacecraft.Facet(org.apache.commons.math.geometry.Vector3D normal,
double area)
normal - vector normal to the facet, pointing outward (will be normalized)area - facet area in m2| Method Detail |
|---|
public org.apache.commons.math.geometry.Vector3D getNormal()
public double getArea()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||