3D Model Viewer
3D Model Viewer from Group 3
3D_Vector.h File Reference

Class used to store 3D Vector points for the Model class. More...

#include <iostream>
Include dependency graph for 3D_Vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector3D
 Used to coordinates of the vectors that make up the cells models Stores data about the the vector: its x,y,z position. More...
 

Functions

Vector3D operator+ (float f, Vector3D &a)
 

Detailed Description

Class used to store 3D Vector points for the Model class.

Function Documentation

◆ operator+()

Vector3D operator+ ( float  f,
Vector3D a 
)