cuon-matrix.js (c) 2012 kanda and matsuda
Members
-
static Matrix4
-
Constructor of Matrix4 If opt_src is specified, new matrix is initialized by opt_src. Otherwise, new matrix is initialized by identity matrix.
-
static Vector3
-
Constructor of Vector3 If opt_src is specified, new vector is initialized by opt_src.
Methods
-
inner Vector4(opt_src)
-
Constructor of Vector4 If opt_src is specified, new vector is initialized by opt_src.
Parameters:
Name Type Description opt_srcsource vector(option)