vec4d.hpp File Reference
Homogenous vectors for three dimensional space.
More...
#include <math.h>
#include <stdint.h>
#include <iostream>
#include <iomanip>
#include "vec3d.hpp"
#include "file.hpp"
Go to the source code of this file.
Detailed Description
Homogenous vectors for three dimensional space.
Define Documentation
Function Documentation
double norm2 |
( |
const Vec4D & |
vec |
) |
[inline] |
Vec4D operator* |
( |
double |
x, |
|
|
const Vec4D & |
vec | |
|
) |
| | [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Vec4D & |
vec | |
|
) |
| | [inline] |