flippy
a c++20 package for dynamically triangulated membrane simulations.
Loading...
Searching...
No Matches
vec3.hpp File Reference

Header file containing the definition and implementation a 3 dimensional vector class, with useful mathematical operations like cross and dot products as member methods. More...

#include <ostream>
#include <iostream>
#include <cmath>
#include "custom_concepts.hpp"
Include dependency graph for vec3.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fp::vec3< Real >
 Internal implementation of a 3D vector. More...
 

Namespaces

namespace  fp
 

Detailed Description

Header file containing the definition and implementation a 3 dimensional vector class, with useful mathematical operations like cross and dot products as member methods.