Gazebo Common

API Reference

6.0.0~pre2

SVG command data structure. More...

#include <SVGLoader.hh>

Public Member Functions

 SVGCommand ()
 Constructor.
 
virtual ~SVGCommand ()=default
 Destructor.
 

Public Attributes

char cmd
 A letter that describe the segment.
 
std::vector< double > numbers
 Coordinates for the command.
 

Detailed Description

SVG command data structure.

Constructor & Destructor Documentation

◆ SVGCommand()

SVGCommand ( )
inline

Constructor.

◆ ~SVGCommand()

virtual ~SVGCommand ( )
virtualdefault

Destructor.

Member Data Documentation

◆ cmd

char cmd

A letter that describe the segment.

◆ numbers

std::vector<double> numbers

Coordinates for the command.


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