A library for working with phylogenetic and population genetic data.
v0.32.0
SvgPoint Struct Reference

#include <genesis/utils/formats/svg/helper.hpp>

Detailed Description

Definition at line 57 of file utils/formats/svg/helper.hpp.

Public Member Functions

 SvgPoint (double x=0.0, double y=0.0)
 
SvgPoint operator+ (SvgPoint const &other) const
 

Public Attributes

double x
 
double y
 

Constructor & Destructor Documentation

◆ SvgPoint()

SvgPoint ( double  x = 0.0,
double  y = 0.0 
)
inlineexplicit

Definition at line 59 of file utils/formats/svg/helper.hpp.

Member Function Documentation

◆ operator+()

SvgPoint operator+ ( SvgPoint const &  other) const
inline

Definition at line 64 of file utils/formats/svg/helper.hpp.

Member Data Documentation

◆ x

double x

Definition at line 69 of file utils/formats/svg/helper.hpp.

◆ y

double y

Definition at line 70 of file utils/formats/svg/helper.hpp.


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