@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias Point2D

    2d point.

    type Point2D = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number