CTFTNKS Project Documentation - v1.3.0
    Preparing search index...

    Interface TrajectoryPoint

    Represents a single point in a calculated trajectory.

    interface TrajectoryPoint {
        angle: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    angle: number
    x: number
    y: number