DVector

Fields

double

x

double

y

double

z

Functions

DVector

DVector

bool

operator==

bool

operator!=

Detailed Description

struct DVector

A double precision vector in 3-space.

Public Functions

DVector() = default
inline DVector(double x, double y, double z)
inline bool operator==(DVector const &that) const
inline bool operator!=(DVector const &that) const

Public Members

double x
double y
double z