Interface Vector

Object representing the set of coordinates in the three-dimensional world.

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

Hierarchy (view full)

Properties

x y z

Properties

x: number
y: number
z: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.