|
XmtHermite4PV(Double, XVertex2d, XVertex2d, Double, XVertex2d, XVertex2d, XVertex2d) Method
|
네 점의 2차원 위치, 속도로부터 허밋 보간을 수행한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static bool Hermite4PV(
double[] t,
XVertex2d[] p,
XVertex2d[] v,
double time,
out XVertex2d pOut,
out XVertex2d vOut,
out XVertex2d aOut
)
Parameters
- t Double
- 길이가 4 이상인 측정 시각 배열.
- p XVertex2d
- 길이가 4 이상인 측정 시각의 위치.
- v XVertex2d
- 길이가 4 이상인 측정 시각의 속도.
- time Double
- 보간 시각.
- pOut XVertex2d
- [OUT] 보간 위치.
- vOut XVertex2d
- [OUT] 보간 속도.
- aOut XVertex2d
- [OUT] 보간 가속도.
Return Value
Boolean 보간 성공 여부.
See Also