jakke-graphics-ts
Preparing search index...
Vertex3d
Type Alias Vertex3d
Represents a point or vertex in 3D space.
type
Vertex3d
=
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
The X coordinate.
y
y
:
number
The Y coordinate.
z
z
:
number
The Z coordinate.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
jakke-graphics-ts
Loading...
Represents a point or vertex in 3D space.