Lines Matching refs:bottomRight
239 bottomRight: {
306 const height = Math.abs(rect3d.topLeft.y - rect3d.bottomRight.y);
307 const width = Math.abs(rect3d.topLeft.x - rect3d.bottomRight.x);
312 (rect3d.bottomRight.x = maxDimension);
317 rect3d.bottomRight.y = maxDimension;
329 return this.matMultiply(rect.transform, rect.bottomRight).y;
346 x: rect3d.bottomRight.x,
347 y: rect3d.bottomRight.y,
348 z: rect3d.bottomRight.z,
352 this.matMultiply(rect3d.transform, rect3d.bottomRight),
444 updateMinMaxCoordinates(rect.bottomRight);