| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies | |
| fr.cnes.sirius.patrius.math.geometry.euclidean.threed |
| Modifier and Type | Field and Description |
|---|---|
protected IEllipsoid |
AbstractEllipsoidBodyShape.ellipsoid
Ellipsoid geometric representation.
|
| Modifier and Type | Method and Description |
|---|---|
IEllipsoid |
EllipsoidBodyShape.getEllipsoid()
Getter for the
spheroid object. |
IEllipsoid |
AbstractEllipsoidBodyShape.getEllipsoid()
Getter for the
spheroid object. |
| Constructor and Description |
|---|
AbstractEllipsoidBodyShape(IEllipsoid ellipsoid,
CelestialBodyFrame bodyFrame,
boolean isSpherical,
String name)
Constructor for the ellipsoid.
|
AbstractEllipsoidBodyShape(IEllipsoid ellipsoid,
CelestialBodyFrame bodyFrame,
boolean spherical,
String name,
LLHCoordinatesSystem lLHCoordinatesSystem)
Constructor for the ellipsoid.
|
AbstractEllipsoidBodyShape(IEllipsoid ellipsoid,
CelestialBodyFrame bodyFrame,
String name)
Constructor for the ellipsoid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ellipsoid
This is the Ellipsoid (also called Revolved Ellipsoid) class.This class cannot represent all ellipsoid objects.
|
class |
Sphere
This is a describing class for a 3D spherical shape, with some algorithm to compute intersections and distances to
some other objects.
|
class |
Spheroid
This is the Spheroid (also called Revolved Ellipsoid) class.
|
Copyright © 2024 CNES. All rights reserved.