跳到主要内容

KCurve3d.getPoint() method

求曲线参数值对应的曲线上的点位置。

Get the point on the curve specified by the input parameter t.

Signature:

getPoint(t: number): KPoint3d;

Links: getPoint(t: number): KPoint3d;

Parameters

Parameter

Type

Description

t

number

参数值

Parameter value

Returns:

KPoint3d

曲线参数对应的曲线上的点。

The point on the curve for the input parameter.