|
XOrbitGetXYZDot Method
|
Coefficient X, Y, Z 값을 사용하여 속도 값을 계산하여 얻어온다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public XVertex3d GetXYZDot(
double t
)
Parameters
- t Double
- [In] 속도 값을 가져올 시간 값.
Return Value
XVertex3d 시간 t에 해당하는 속도 값.
See Also