Interface StrokeSmootherCurve

interface StrokeSmootherCurve {
    controlPoint: Vec3;
    endPoint: Vec3;
    endWidth: number;
    startPoint: Vec3;
    startWidth: number;
}

Properties

controlPoint: Vec3
endPoint: Vec3
endWidth: number
startPoint: Vec3
startWidth: number

Generated using TypeDoc

OpenSource licenses