navcat docs
    Preparing search index...
    type ObstacleSegment = {
        p: Vec3;
        q: Vec3;
        touch: boolean;
    }
    Index

    Properties

    Properties

    p: Vec3

    End points of the obstacle segment

    q: Vec3
    touch: boolean

    True if agent is very close to segment