A library for working with phylogenetic and population genetic data.
v0.27.0
SvgTransform::Skew Struct Reference

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

Detailed Description

Definition at line 394 of file attributes.hpp.

Public Member Functions

 Skew ()=default
 
 Skew (double a)
 
 Skew (double ax, double ay)
 
 Skew (Skew &&)=default
 
 Skew (Skew const &)=default
 
 ~Skew ()=default
 
Skewoperator= (Skew &&)=default
 
Skewoperator= (Skew const &)=default
 
void write (std::ostream &out) const
 

Public Attributes

double ax = 0.0
 
double ay = 0.0
 

Constructor & Destructor Documentation

◆ Skew() [1/5]

Skew ( )
default

◆ Skew() [2/5]

Skew ( double  a)
inline

Definition at line 404 of file attributes.hpp.

◆ Skew() [3/5]

Skew ( double  ax,
double  ay 
)
inline

Definition at line 409 of file attributes.hpp.

◆ ~Skew()

~Skew ( )
default

◆ Skew() [4/5]

Skew ( Skew const &  )
default

◆ Skew() [5/5]

Skew ( Skew &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Skew& operator= ( Skew &&  )
default

◆ operator=() [2/2]

Skew& operator= ( Skew const &  )
default

◆ write()

void write ( std::ostream &  out) const

Definition at line 265 of file attributes.cpp.

Member Data Documentation

◆ ax

double ax = 0.0

Definition at line 432 of file attributes.hpp.

◆ ay

double ay = 0.0

Definition at line 433 of file attributes.hpp.


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