jakke-graphics-ts
    Preparing search index...

    Function getPointOnLine

    • Get point on line which is distanced from given distance.

      Parameters

      • line: { p0: Vertex3d; p1: Vertex3d }

        Endpoints of line.

      • dist: number

        Distance from endpoint.

      • fromStart: boolean = true

        When true, anchor point will be start of line. Otherwise, end of line.

      Returns Vertex3d

      Point