Viam C++ SDK current
|
Public Types | |
using | scalar_type = double |
Public Member Functions | |
scalar_type | x () const |
scalar_type | y () const |
scalar_type | z () const |
Vector3 & | set_x (scalar_type x) |
Set the x value of the vector (can be chained) | |
Vector3 & | set_y (scalar_type y) |
Set the y value of the vector (can be chained) | |
Vector3 & | set_z (scalar_type z) |
Set the z value of the vector (can be chained) | |
Public Attributes | |
std::array< scalar_type, 3 > | data |