Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
CF2_StackNumber_ Struct Reference

#include <cf2stack.h>

Public Attributes

union {
   CF2_Fixed   r
 
   CF2_Frac   f
 
   CF2_Int   i
 
u
 
CF2_NumberType type
 

Detailed Description

Definition at line 47 of file cf2stack.h.

Member Data Documentation

◆ f

CF2_Frac CF2_StackNumber_::f

Definition at line 52 of file cf2stack.h.

◆ i

CF2_Int CF2_StackNumber_::i

Definition at line 53 of file cf2stack.h.

◆ r

CF2_Fixed CF2_StackNumber_::r

Definition at line 51 of file cf2stack.h.

◆ type

CF2_NumberType CF2_StackNumber_::type

Definition at line 56 of file cf2stack.h.

◆ u

union { ... } CF2_StackNumber_::u

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