12#ifndef WSFNTWOFFSETTARGETPOINT_HPP
13#define WSFNTWOFFSETTARGETPOINT_HPP
15#include "wsf_space_export.h"
19#include "UtOrbitalState.hpp"
40 UtVec3d GetPositionECI()
const override;
41 UtVec3d GetVelocityECI()
const override;
44 static UtVec3d TransformVectorFromNTW(
const ut::OrbitalStateVector& aOriginState,
const UtVec3d& aNTW_FrameVector);
KinematicOffsetTargetPoint(std::unique_ptr< OrbitalTargetPoint > aPointPtr)
Definition WsfKinematicOffsetTargetPoint.cpp:20
NTW_OffsetTargetPoint * Clone() const override
Create a copy of this target point.
Definition WsfNTW_OffsetTargetPoint.hpp:39
~NTW_OffsetTargetPoint() override=default
NTW_OffsetTargetPoint(const NTW_OffsetTargetPoint &aOther)=default
NTW_OffsetTargetPoint(std::unique_ptr< OrbitalTargetPoint > aPointPtr)
Definition WsfNTW_OffsetTargetPoint.hpp:31
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32