Click or drag to resize
XDL

XSarSensorParamsAddStateVector Method (Double, XVertex3d, 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,
	XVertex3d acc
)

Parameters

time
Type: SystemDouble
플래폼에 대한 시간.
pos
Type: Pixoneer.NXDLXVertex3d
플랫폼에 대한 위치.
vel
Type: Pixoneer.NXDLXVertex3d
플랫폼에 대한 속도.
acc
Type: Pixoneer.NXDLXVertex3d
플랫폼에 대한 가속도.
See Also