@twinfinity/core
Preparing search index...
Vertex3
Interface Vertex3
Represents a 3D point/vector in space.
interface
Vertex3
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Hierarchy (
View Summary
)
Vertex3
TrackCoordinate3D
Index
Properties
x
y
z
Properties
x
x
:
number
y
y
:
number
z
z
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
@twinfinity/core
Loading...
Represents a 3D point/vector in space.