#include <adsomath.h>
Public Member Functions | |
| float | length () |
| float | dist (v3f p) |
| v3f | norm () |
| v3f | operator= (const v3f v) |
| int | operator== (const v3f a) |
| v3f | operator+ (const v3f a) |
| v3f | operator- (const v3f a) |
| v3f | operator/ (const float d) |
| float | operator * (const v3f v) |
| v3f | operator * (const float m) |
| v3f | operator- () |
| v3f | operator-= (const v3f a) |
| v3f | operator+= (const v3f a) |
| v3f (float cx, float cy, float cz) | |
| v3f (class p3f p) | |
| v3f (class s2f p) | |
| v3f (class s2d p) | |
| v3f () | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Friends | |
| v3f | operator * (const float m, const v3f v) |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.2