Cumulia Illustrator Rendering Engine v2.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::PolygonOffset Class Reference

The PolygonOffset class inherits from the base class State, defining the polygon offset. More...

#include <state.h>

Inheritance diagram for cil::PolygonOffset:
cil::State cil::Object

Public Member Functions

 PolygonOffset (bool enabled=false, float factor=0.0f, float units=0.0f)
 
- Public Member Functions inherited from cil::State
 State ()
 
const std::string & className () const
 
- Public Member Functions inherited from cil::Object
 Object ()
 
virtual ~Object ()
 

Public Attributes

bool enabled
 
float factor
 
float units
 

Additional Inherited Members

- Protected Attributes inherited from cil::State
std::string m_className
 

Detailed Description

The PolygonOffset class inherits from the base class State, defining the polygon offset.

Constructor & Destructor Documentation

◆ PolygonOffset()

cil::PolygonOffset::PolygonOffset ( bool enabled = false,
float factor = 0.0f,
float units = 0.0f )

Member Data Documentation

◆ enabled

bool cil::PolygonOffset::enabled

◆ factor

float cil::PolygonOffset::factor

◆ units

float cil::PolygonOffset::units