Click or drag to resize
XDL

XmtHermite6P Method (Double, XVertex3d, Double, XVertex3d, XVertex3d, XVertex3d)

여섯 점의 3차원 위치로부터 허밋 보간을 수행한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static bool Hermite6P(
	double[] t,
	XVertex3d[] p,
	double time,
	out XVertex3d pOut,
	out XVertex3d vOut,
	out XVertex3d aOut
)

Parameters

t
Type: SystemDouble
길이가 6 이상인 측정 시각 배열.
p
Type: Pixoneer.NXDLXVertex3d
길이가 6 이상인 측정 시각의 위치.
time
Type: SystemDouble
보간 시각.
pOut
Type: Pixoneer.NXDLXVertex3d
[OUT] 보간 위치.
vOut
Type: Pixoneer.NXDLXVertex3d
[OUT] 보간 속도.
aOut
Type: Pixoneer.NXDLXVertex3d
[OUT] 보간 가속도.

Return Value

Type: Boolean
보간 성공 여부.
See Also