Searched refs:bscl (Results 1 – 1 of 1) sorted by relevance
1038 J3DIVector3.prototype.combine = function(v, ascl, bscl) argument1040 this[0] = (ascl * this[0]) + (bscl * v[0]);1041 this[1] = (ascl * this[1]) + (bscl * v[1]);1042 this[2] = (ascl * this[2]) + (bscl * v[2]);