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

rotate - angle of rotation in degrees More...

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

Public Member Functions

E & rotate (double &_rotate_)
 
E & rotate (double &&_rotate_)
 

Public Attributes

double _rotate = 0
 

Detailed Description

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

rotate - angle of rotation in degrees

Definition at line 343 of file attributes.cppm.

Member Function Documentation

◆ rotate() [1/2]

template<typename E>
E & vg::attr_rotate< E >::rotate ( double && _rotate_)
inlineexport

Definition at line 343 of file attributes.cppm.

◆ rotate() [2/2]

template<typename E>
E & vg::attr_rotate< E >::rotate ( double & _rotate_)
inlineexport

Definition at line 343 of file attributes.cppm.


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