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

pivot_x - rotate pivot x-axis coordinate More...

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

Public Member Functions

template<typename UNIT, typename T>
E & pivot_x (const quantify::quantity_t< UNIT, T > &_pivot_x_)
 
template<typename UNIT, typename T>
E & pivot_x (quantify::quantity_t< UNIT, T > &&_pivot_x_)
 
E & pivot_x (const int &_pivot_x_)
 
E & pivot_x (int &&_pivot_x_)
 

Public Attributes

int _pivot_x = 0
 

Detailed Description

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

pivot_x - rotate pivot x-axis coordinate

Definition at line 345 of file attributes.cppm.

Member Function Documentation

◆ pivot_x() [1/4]

template<typename E>
E & vg::attr_pivot_x< E >::pivot_x ( const int & _pivot_x_)
inlineexport

Definition at line 345 of file attributes.cppm.

◆ pivot_x() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_pivot_x< E >::pivot_x ( const quantify::quantity_t< UNIT, T > & _pivot_x_)
inlineexport

Definition at line 345 of file attributes.cppm.

◆ pivot_x() [3/4]

template<typename E>
E & vg::attr_pivot_x< E >::pivot_x ( int && _pivot_x_)
inlineexport

Definition at line 345 of file attributes.cppm.

◆ pivot_x() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_pivot_x< E >::pivot_x ( quantify::quantity_t< UNIT, T > && _pivot_x_)
inlineexport

Definition at line 345 of file attributes.cppm.


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