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[]