wima
    Preparing search index...

    Type Alias BVector4Like

    type BVector4Like = {
        w: boolean;
        x: boolean;
        y: boolean;
        z: boolean;
    }
    Index

    Properties

    w x y z

    Properties

    w: boolean
    x: boolean
    y: boolean
    z: boolean