Click or drag to resize
XDL

XOrbitGetXYZ Method

Coefficient X, Y, Z를 사용하여 위치 값을 계산하여 얻어온다.

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

Parameters

t  Double
[In] 위치 값을 가져올 시간 값.

Return Value

XVertex3d
시간 t에 해당하는 위치 값.
See Also