Skip to content

@ue-too/curve / index / computeWithControlPoints

関数: computeWithControlPoints()

computeWithControlPoints(tVal, controlPoints): Point

定義: packages/curve/src/b-curve.ts:2244

Computes point on curve using De Casteljau's algorithm.

パラメータ

tVal

number

controlPoints

Point[]

戻り値

Point