Click or drag to resize
XDL

XOrbitGetXYZDDot Method

Coefficient X, Y, Z 값을 사용하여 가속도 값을 계산하여 얻어온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public XVertex3d GetXYZDDot(
	double t
)

Parameters

t  Double
[In] 가속도 값을 가져올 시간 값.

Return Value

XVertex3d
시간 t에 해당하는 가속도 값.
See Also