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::Point Class Reference

The Point class inherits from the base class State, defining size and other properties of Point. More...

#include <state.h>

Inheritance diagram for cil::Point:
cil::State cil::Object

Public Member Functions

 Point (float size=1.0f, bool programmable=false)
 
- 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

float size
 
bool programmable
 

Additional Inherited Members

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

Detailed Description

The Point class inherits from the base class State, defining size and other properties of Point.

Constructor & Destructor Documentation

◆ Point()

cil::Point::Point ( float size = 1.0f,
bool programmable = false )

Member Data Documentation

◆ programmable

bool cil::Point::programmable

◆ size

float cil::Point::size