Skip to content

@ue-too/curve / index / offset2

関数: offset2()

offset2(curve, d): object

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

Alternative offset implementation using LUT-based approach.

パラメータ

curve

BCurve

d

number

戻り値

object

aabb

aabb: object

aabb.max

max: Point

aabb.min

min: Point

points

points: Point[]