navcat docs
    Preparing search index...
    type ObstacleCircle = {
        dp: Vec3;
        dvel: Vec3;
        np: Vec3;
        p: Vec3;
        rad: number;
        vel: Vec3;
    }
    Index

    Properties

    Properties

    dp: Vec3

    Direction to obstacle center (used for side selection during sampling)

    dvel: Vec3

    Desired velocity of the obstacle

    np: Vec3

    Normal pointing away from velocity (used for side selection during sampling)

    p: Vec3

    Position of the obstacle

    rad: number

    Radius of the obstacle

    vel: Vec3

    Velocity of the obstacle