Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
geo
Vec3d
Interface Vec3d
A point in any of our frames (plain f64 numbers, never f32).
interface
Vec3d
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
y
y
:
number
z
z
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
← Docs
Quick-Start Guide
Taos API Reference
Loading...
A point in any of our frames (plain f64 numbers, never f32).