TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Vertex Class Reference

A Vertex class, used only in input parsing. More...

#include <object.hpp>

Public Member Functions

 Vertex (double x, double y, double z)
 
 Vertex (double x, double y, double z, Texcoord tex)
 

Public Attributes

point3 p
 The point for the vertex.
 
Texcoord tex
 

Detailed Description

A Vertex class, used only in input parsing.


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