marble
#include <attlib.h>
Public Member Functions | |
Vec3 (double x=0, double y=0, double z=0) | |
Vec3 (const Vec3 &c) | |
void | assign (double x=0, double y=0, double z=0) |
Vec3 & | operator*= (const Vec3 &c) |
Vec3 & | operator*= (double r) |
Vec3 & | operator+= (const Vec3 &c) |
Vec3 & | operator-= (const Vec3 &c) |
Vec3 & | operator/= (double r) |
Vec3 & | operator= (const Vec3 &c) |
double & | operator[] (unsigned index) |
Friends | |
double | abs (const Vec3 &c) |
Vec3 | carpol (const Vec3 &c) |
double | dot (const Vec3 &c1, const Vec3 &c2) |
Vec3 | operator* (double r, const Vec3 &c1) |
Vec3 | operator* (const Vec3 &c1, double r) |
Vec3 | operator* (const Vec3 &c1, const Vec3 &c2) |
Vec3 | operator+ (const Vec3 &c1, const Vec3 &c2) |
Vec3 | operator- (const Vec3 &c1, const Vec3 &c2) |
Vec3 | operator/ (const Vec3 &c1, double r) |
std::ostream & | operator<< (std::ostream &os, const Vec3 &c) |
Vec3 | polcar (const Vec3 &c) |
Vec3 | vnorm (const Vec3 &c) |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file attlib.cpp.
Vec3::Vec3 | ( | const Vec3 & | c | ) |
Definition at line 41 of file attlib.cpp.
Member Function Documentation
void Vec3::assign | ( | double | x = 0 , |
double | y = 0 , |
||
double | z = 0 |
||
) |
Definition at line 47 of file attlib.cpp.
Definition at line 75 of file attlib.cpp.
Vec3 & Vec3::operator*= | ( | double | r | ) |
Definition at line 85 of file attlib.cpp.
Definition at line 63 of file attlib.cpp.
Definition at line 69 of file attlib.cpp.
Vec3 & Vec3::operator/= | ( | double | r | ) |
Definition at line 91 of file attlib.cpp.
Definition at line 57 of file attlib.cpp.
double & Vec3::operator[] | ( | unsigned | index | ) |
Definition at line 52 of file attlib.cpp.
Friends And Related Function Documentation
|
friend |
Definition at line 101 of file attlib.cpp.
Definition at line 185 of file attlib.cpp.
Definition at line 109 of file attlib.cpp.
Definition at line 134 of file attlib.cpp.
Definition at line 142 of file attlib.cpp.
Definition at line 150 of file attlib.cpp.
Definition at line 117 of file attlib.cpp.
Definition at line 125 of file attlib.cpp.
Definition at line 160 of file attlib.cpp.
|
friend |
Definition at line 208 of file attlib.cpp.
Definition at line 171 of file attlib.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.