Viam C++ SDK current
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
viam::sdk::Vector3 Struct Reference

Public Types

using scalar_type = double
 

Public Member Functions

scalar_type x () const
 
scalar_type y () const
 
scalar_type z () const
 
Vector3set_x (scalar_type x)
 Set the x value of the vector (can be chained)
 
Vector3set_y (scalar_type y)
 Set the y value of the vector (can be chained)
 
Vector3set_z (scalar_type z)
 Set the z value of the vector (can be chained)
 

Public Attributes

std::array< scalar_type, 3 > data
 

The documentation for this struct was generated from the following file: