ecspresso
Preparing search index...
index
Vector3D
Interface Vector3D
A 3D vector with x, y, and z components.
interface
Vector3D
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
y
y
:
number
z
z
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
ecspresso
Loading...
A 3D vector with x, y, and z components.