#include <DataStructs.h>
Public Member Functions | |
double | Norm () const |
Vec3 | Normalized () const |
Vec3 | operator* (double c) const |
Vec3 | operator+ (Vec3 const &o) const |
Vec3 | operator- (Vec3 const &o) const |
Public Attributes | |
double | x |
double | y |
double | z |
Definition at line 8 of file DataStructs.h.
|
inline |
Definition at line 27 of file DataStructs.h.
Referenced by MeshReconstruction::MarchCube(), and Normalized().
|
inline |
Definition at line 32 of file DataStructs.h.
References Norm().
|
inline |
Definition at line 22 of file DataStructs.h.
Definition at line 12 of file DataStructs.h.
Definition at line 17 of file DataStructs.h.
double MeshReconstruction::Vec3::x |
Definition at line 10 of file DataStructs.h.
Referenced by MeshReconstruction::Cube::Cube(), MeshReconstruction::MarchCube(), operator*(), operator+(), operator-(), and carla::road::Map::SDFToMesh().
double MeshReconstruction::Vec3::y |
Definition at line 10 of file DataStructs.h.
Referenced by MeshReconstruction::Cube::Cube(), MeshReconstruction::MarchCube(), operator*(), operator+(), and operator-().
double MeshReconstruction::Vec3::z |
Definition at line 10 of file DataStructs.h.
Referenced by MeshReconstruction::Cube::Cube(), MeshReconstruction::MarchCube(), operator+(), and operator-().