farmbot v6.4.1 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.