|
XOrbitInterpolatorGetStateVector(Int32, XVertex3d, XVertex3d, XVertex3d) Method
|
특정 순서의 상태 벡터를 가져온다.
Namespace: Pixoneer.NXDL.NSMAssembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntaxpublic bool GetStateVector(
int idx,
ref XVertex3d pos,
ref XVertex3d vel,
ref XVertex3d acc
)
Parameters
- idx Int32
- 상태 벡터 순서
- pos XVertex3d
- [Out] 상태 벡터 위치
- vel XVertex3d
- [Out] 상태 벡터 속도
- acc XVertex3d
- [Out] 상태 벡터 가속도
Return Value
Booleanidx에 부합하는 상태 벡터가 있는 경우에는 true를, 그렇지 않으면 false를 반환한다.
See Also