Interface LinePathCommand

interface LinePathCommand {
    kind: LineTo;
    point: Vec3;
}

Properties

Properties

kind: LineTo
point: Vec3
OpenSource licenses