Click or drag to resize
XDL

XSarSensorParamsAddStateVector Method (Double, XVertex3d, XVertex3d)

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

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

Parameters

time
Type: SystemDouble
플랫폼의 상태에 대한 시간
pos
Type: Pixoneer.NXDLXVertex3d
플랫폼의 위치
vel
Type: Pixoneer.NXDLXVertex3d
플랫폼의 속도
See Also