Package gaia.cu9.ari.gaiaorbit.util.tree
Interface IPosition
-
- All Known Implementing Classes:
AbstractOctreeWrapper
,AbstractPositionEntity
,Area
,BackgroundModel
,Billboard
,BillboardGalaxy
,CelestialBody
,Constellation
,ConstellationBoundaries
,CosmicRuler
,EclipticOrbit
,FadeNode
,Gaia
,GenericSpacecraft
,HeliotropicOrbit
,Invisible
,KeyframesPathObject
,LightBeam
,Loc
,MeshObject
,MilkyWay
,ModelBody
,NBGalaxy
,OctreeWrapper
,Orbit
,Particle
,ParticleGroup
,Planet
,Points
,Polyline
,Position
,Satellite
,SceneGraphNode
,Spacecraft
,SphericalGrid
,Star
,StarCluster
,StarGroup
,Text2D
,VertsObject
public interface IPosition
Interface that must implement all entities that have a position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3d
getPosition()
Vector3d
getVelocity()
-