Click or drag to resize
XDL

XSarSensorParamsAddStateVector(Double, XVertex3d, XVertex3d) Method

시간에 대한 플랫폼의 위치와 속도를 추가한다.

Namespace: Pixoneer.NXDL.NSM
Assembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntax
C#
public void AddStateVector(
	double time,
	XVertex3d pos,
	XVertex3d vel
)

Parameters

time  Double
플랫폼의 상태에 대한 시간
pos  XVertex3d
플랫폼의 위치
vel  XVertex3d
플랫폼의 속도
See Also