Phongo Clap RT  1.0
Simple Raytracing Renderer
Public Attributes | List of all members
geo::Point Class Reference

Holds 3D coordenates for a point in spance. More...

#include <Vec.h>

Collaboration diagram for geo::Point:
Collaboration graph

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Holds 3D coordenates for a point in spance.

Definition at line 16 of file Vec.h.

Member Data Documentation

float geo::Point::x

Definition at line 17 of file Vec.h.

float geo::Point::y

Definition at line 18 of file Vec.h.

float geo::Point::z

Definition at line 19 of file Vec.h.


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