You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Class slamcore::VectorInterface
-
class VectorInterface : public ObjectInterface
Representing the vector object.
Subclassed by Vector
Getter methods for the common coordinates.
Coordinate access operators
Public Types
-
using Ptr = std::shared_ptr<VectorInterface>
-
using CPtr = std::shared_ptr<const VectorInterface>
-
using iterator = RangeIterator<VectorInterface>
Public Functions
-
inline virtual ObjectType type() const
Type of the object.
-
virtual ~VectorInterface() = default
-
using Ptr = std::shared_ptr<VectorInterface>