jakke-graphics-ts
    Preparing search index...

    Namespace LineEvaluation

    Namespace containing utility functions for evaluating and manipulating lines in 3D space.

    Provides methods for:

    • Calculating points at a specific distance along a line.
    • Finding intersections between lines, including extended lines.
    • Evaluating the parameter of a point on a line.
    • Finding the foot of a perpendicular from a point to a line or direction.
    • Calculating the intersection of a line with a plane parallel to the XY plane at a given Z coordinate.

    Functions

    getFootPointOnDirection
    getFootPointOnLine
    getIntersection
    getIntersectionOnPlaneZ
    getParameterOnLine
    getPointOnLine