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

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

Detailed Description

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

Public Member Functions

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

Public Attributes

double x
 
double y
 

Constructor & Destructor Documentation

◆ SvgPoint()

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

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

Member Data Documentation

◆ x

double x

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

◆ y

double y

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


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