|
XSarSensorParamsXStateVector(Double, XVertex3d, XVertex3d) Constructor
|
StateVector 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Namespace: Pixoneer.NXDL.NSMAssembly: NXDLsm (in NXDLsm.dll) Version: 3.0.0.0
Syntaxpublic XStateVector(
double time,
XVertex3d pos,
XVertex3d vel
)
Parameters
- time Double
- 시간.
- pos XVertex3d
- 위치좌표값
- vel XVertex3d
- 속도
See Also