Home
last modified time | relevance | path

Searched refs:lengthSq (Results 1 – 2 of 2) sorted by relevance

/plugin/stlviewer/stlviewer/
H A DTrackballControls.js238 if ( mouseChange.lengthSq() ) {
268 if ( _eye.lengthSq() > _this.maxDistance * _this.maxDistance ) {
275 if ( _eye.lengthSq() < _this.minDistance * _this.minDistance ) {
H A Dthree.min.js2lengthSq=function(){return this.x*this.x+this.y*this.y},e.length=function(){return Math.sqrt(this.… function