devol v0.1.0 (2014-04-15T16:22:52Z)
Dub
Repo
Vector.this
devol
quaternion
Vector
Construct by coordinates
this
()
this
(double _x, double _y, double _z)
class
Vector
this
(
double
_x
,
double
_y
,
double
_z
)
this
(Vector v)
double
vx
;
double
vy
;
double
vz
;
Meta
Source
See Implementation
devol
quaternion
Vector
constructors
this
functions
opBinary
opBinaryRight
rotate
properties
length
x
y
z
Construct by coordinates