BRL-CAD
|
Files | |
file | dvec.h |
Data Structures | |
struct | dvec_internal< LEN > |
struct | fvec_internal< LEN > |
class | dvec< LEN > |
class | dvec_unop |
class | dvec_op |
Macros | |
#define | VEC_ALIGN |
Typedefs | |
typedef fastf_t mat2d_t[4] | VEC_ALIGN |
Functions | |
template<int LEN> | |
std::ostream & | operator<< (std::ostream &out, const dvec< LEN > &v) |
bool | vequals (const vec2d &a, const vec2d &b) |
bool | mat2d_inverse (mat2d_t inv, mat2d_t m) |
void | mat2d_pt2d_mul (pt2d_t r, mat2d_t m, pt2d_t p) |
void | pt2dsub (pt2d_t r, pt2d_t a, pt2d_t b) |
fastf_t | v2mag (pt2d_t p) |
void | move (pt2d_t a, const double *b) |
Variables | |
const double | VEQUALITY = 0.0000001 |
std::ostream & operator<< | ( | std::ostream & | out, |
const dvec< LEN > & | v | ||
) |
|
inline |
|
inline |
Definition at line 766 of file dvec.h.
References dvec< LEN >::a_store(), c, NEAR_ZERO, scale, and VUNITIZE_TOL.
|
inline |
|
inline |
Definition at line 794 of file dvec.h.
References dvec< LEN >::a_store().
|
inline |
Definition at line 802 of file dvec.h.
References dvec< LEN >::foldr().