... | ... | @@ -3,6 +3,7 @@ title: AttitudePointing |
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
This page describes the content of a CZML document. Please read [Get Started](Get-Started) for an explanation of how a CZML document is put together.
|
|
|
|
|
|
# Attitude Pointing
|
... | ... | @@ -56,7 +57,7 @@ These arguments can be used to build a attiude pointing object : |
|
|
|
|
|
**body** - [OneAxisEllipsoid](https://www.orekit.org/site-orekit-development/apidocs/org/orekit/bodies/OneAxisEllipsoid.html) : The body the satellite is orbiting around.
|
|
|
|
|
|
**direction** - [Vector3D](https://www.hipparchus.org/apidocs/org/hipparchus/geometry/euclidean/threed/Vector3D.html) : The direction of the pointing, usually you can use : `Vector3D.PLUS_I`, `Vector3D.MINUS_I`, `Vector3D.PLUS_J`, `Vector3D.MINUS_J`, `Vector3D.PLUS_K`, `Vector3D.MINUS_K`.
|
|
|
**direction** - [Vector3D](https://www.hipparchus.org/apidocs/org/hipparchus/geometry/euclidean/threed/Vector3D.html) : The direction of the pointing in the satellite reference frame, usually you can use : `Vector3D.PLUS_I`, `Vector3D.MINUS_I`, `Vector3D.PLUS_J`, `Vector3D.MINUS_J`, `Vector3D.PLUS_K`, `Vector3D.MINUS_K`.
|
|
|
|
|
|
**color** - [Color](https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html) : The color of the [Polyline](Polyline) that will link the satellite and the ground.
|
|
|
|
... | ... | |