| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies.mesh |
| Modifier and Type | Class and Description |
|---|---|
class |
StarConvexFacetBodyShape
Star-convex facet body shape defined by a list of facets.
|
| Modifier and Type | Method and Description |
|---|---|
FacetBodyShape |
FacetPoint.getBodyShape()
Get the
BodyShape associated to this body point. |
FacetBodyShape |
FacetBodyShape.resize(BodyShape.MarginType marginType,
double marginValue)
Resize the geometric body shape by a margin.
|
| Constructor and Description |
|---|
FacetBodyShapeStatistics(FacetBodyShape facetBodyShapeIn)
Constructor.
|
FacetPoint(FacetBodyShape bodyShape,
Intersection intersection,
String name)
Protected constructor from an
Intersection object. |
FacetPoint(FacetBodyShape bodyShape,
LLHCoordinates coordIn,
String name)
Constructor from lat/long/height coordinates.
|
FacetPoint(FacetBodyShape bodyShape,
LLHCoordinatesSystem coordSystem,
double latitude,
double longitude,
double height,
String name)
Constructor from lat/long/height coordinates.
|
FacetPoint(FacetBodyShape bodyShape,
Vector3D position,
Frame frame,
AbsoluteDate date,
String name)
Constructor from a position expressed in any given frame.
|
FacetPoint(FacetBodyShape bodyShape,
Vector3D position,
List<Triangle> closestTriangles,
boolean onTheShape,
String name)
Protected constructor from a position, a list of closest triangles and a flag stating if the point is known to be
on the shape: if the latter is set true, the normal height is set to 0 and the closest and radial projections on
the shape are set equal to this.
|
FacetPoint(FacetBodyShape bodyShape,
Vector3D position,
String name)
Constructor from a position.
|
FieldData(AbsoluteDate date,
List<Triangle> visibleTriangles,
FacetBodyShape body)
Constructor.
|
Copyright © 2024 CNES. All rights reserved.