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

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

Detailed Description

Definition at line 449 of file attributes.hpp.

Public Member Functions

 SkewY ()=default
 
 SkewY (double a)
 SkewY an object, with an angle given in degrees. More...
 
 SkewY (SkewY &&)=default
 
 SkewY (SkewY const &)=default
 
 ~SkewY ()=default
 
SvgPoint apply (SvgPoint const &p) const
 
SkewYoperator= (SkewY &&)=default
 
SkewYoperator= (SkewY const &)=default
 
void write (std::ostream &out) const
 

Public Attributes

double ay = 0.0
 

Constructor & Destructor Documentation

◆ SkewY() [1/4]

SkewY ( )
default

◆ SkewY() [2/4]

SkewY ( double  a)
inline

SkewY an object, with an angle given in degrees.

Definition at line 462 of file attributes.hpp.

◆ ~SkewY()

~SkewY ( )
default

◆ SkewY() [3/4]

SkewY ( SkewY const &  )
default

◆ SkewY() [4/4]

SkewY ( SkewY &&  )
default

Member Function Documentation

◆ apply()

SvgPoint apply ( SvgPoint const &  p) const

Definition at line 322 of file attributes.cpp.

◆ operator=() [1/2]

SkewY& operator= ( SkewY &&  )
default

◆ operator=() [2/2]

SkewY& operator= ( SkewY const &  )
default

◆ write()

void write ( std::ostream &  out) const

Definition at line 315 of file attributes.cpp.

Member Data Documentation

◆ ay

double ay = 0.0

Definition at line 485 of file attributes.hpp.


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