farmbot v6.0.1-alpha Farmbot.Firmware.Vec3 View Source

A three position vector.

Link to this section Summary

Types

Axis label

t()

A three position vector

Link to this section Types

Link to this type axis() View Source
axis() :: :x | :y | :z

Axis label.

Link to this type t() View Source
t() :: %Farmbot.Firmware.Vec3{x: number, y: number, z: number}

A three position vector.