|
WSF
|
#include "WsfScriptTargetPoint.hpp"#include "UtLog.hpp"#include "UtMemory.hpp"#include "UtScriptRef.hpp"#include "UtScriptVec3.hpp"#include "UtVec3.hpp"#include "WsfLibrationPoint.hpp"#include "WsfOrbitalReferenceFrame.hpp"#include "WsfTargetPointOptions.hpp"#include "WsfTrackId.hpp"
Functions | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, ConstructFromTrack, 1, "WsfTargetPoint", "WsfTrackId") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, ConstructFromLibrationPoint, 2, "WsfTargetPoint", "WsfLibrationPointSystem, WsfLibrationPointSelection") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, ConstructFromKinematicStatePosition, 1, "WsfTargetPoint", "Vec3") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, ConstructFromKinematicState, 2, "WsfTargetPoint", "Vec3, Vec3") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, HasTrackTarget, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, HasLibrationPointTarget, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptTargetPoint, wsf::space::TargetPointOptions, HasKinematicStateTarget, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| ConstructFromKinematicState | , | ||
| 2 | , | ||
| "WsfTargetPoint" | , | ||
| " | Vec3, | ||
| Vec3" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| ConstructFromKinematicStatePosition | , | ||
| 1 | , | ||
| "WsfTargetPoint" | , | ||
| "Vec3" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| ConstructFromLibrationPoint | , | ||
| 2 | , | ||
| "WsfTargetPoint" | , | ||
| " | WsfLibrationPointSystem, | ||
| WsfLibrationPointSelection" | ) |
References pointPtr, and wsf::space::LibrationPoint::ValidLibrationPoint().
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| ConstructFromTrack | , | ||
| 1 | , | ||
| "WsfTargetPoint" | , | ||
| "WsfTrackId" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| HasKinematicStateTarget | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| HasLibrationPointTarget | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptTargetPoint | , |
| wsf::space::TargetPointOptions | , | ||
| HasTrackTarget | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |