CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_scale_x< E > Struct Template Referenceexport

rotate - angle of rotation in degrees More...

+ Inheritance diagram for vg::attr_scale_x< E >:
+ Collaboration diagram for vg::attr_scale_x< E >:

Public Member Functions

E & scale_x (double &_scale_x_)
 
E & scale_x (double &&_scale_x_)
 

Public Attributes

double _scale_x = 1
 

Detailed Description

template<typename E>
struct vg::attr_scale_x< E >

rotate - angle of rotation in degrees

Definition at line 353 of file attributes.cppm.

Member Function Documentation

◆ scale_x() [1/2]

template<typename E>
E & vg::attr_scale_x< E >::scale_x ( double && _scale_x_)
inlineexport

Definition at line 353 of file attributes.cppm.

◆ scale_x() [2/2]

template<typename E>
E & vg::attr_scale_x< E >::scale_x ( double & _scale_x_)
inlineexport

Definition at line 353 of file attributes.cppm.


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