ProtoTwin API
    Preparing search index...

    Interface IVec3

    Interface for 3D vectors.

    interface IVec3 {
        x: number;
        y: number;
        z: number;
    }

    Implemented by

    Index

    Properties

    x y z

    Properties

    x: number

    The x component of the vector.

    y: number

    The y component of the vector.

    z: number

    The z component of the vector.