Home | History | Annotate | Download | only in base

Lines Matching full:vec2

56         this.max_ = vec2.create();
57 this.min_ = vec2.create();
58 vec2.set(this.max_, x, y);
59 vec2.set(this.min_, x, y);
74 this.max_ = vec2.create();
75 this.min_ = vec2.create();
76 vec2.set(this.max_, value[0], value[1]);
77 vec2.set(this.min_, value[0], value[1]);
109 var size = vec2.create();
110 vec2.subtract(size, this.max_, this.min_);