跳到主要内容

KCurve2d.getCurvatureVector() method

求曲线上某点处的曲率向量。

Get curve's curvature vector for the input point on the curve.

Signature:

getCurvatureVector(point: KPoint2d): KVector2d;

Links: getCurvatureVector(point: KPoint2d): KVector2d;

Parameters

Parameter

Type

Description

point

KPoint2d

曲线上一点。

A point on curve.

Returns:

KVector2d

曲率向量。 向量的模为曲率值,向量的方向为曲率方向。

A curvature vector. Its norm represents the curvature value. Its direction represents the curvature's direction.