PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Member Functions | Public Attributes | List of all members
PGENLib.LiteralNumberToken Class Reference

A token containing a literal number. More...

Inheritance diagram for PGENLib.LiteralNumberToken:
PGENLib.Token

Public Member Functions

 LiteralNumberToken (SourceLocation location, float value)
 
override string ToString ()
 
- Public Member Functions inherited from PGENLib.Token
 Token (SourceLocation location)
 Constructor, with a SourceLocation object as input parameter. More...
 

Public Attributes

float Value
 
- Public Attributes inherited from PGENLib.Token
SourceLocation Location
 

Detailed Description

A token containing a literal number.


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