Home | History | Annotate | Download | only in resources

Lines Matching refs:ascl

1038 J3DIVector3.prototype.combine = function(v, ascl, bscl)
1040 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]);