Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Dmapper3d.ts329 return this.matMultiply(rect.transform, rect.bottomRight).y;
351 this.matMultiply(rect3d.transform, rect3d.topLeft),
352 this.matMultiply(rect3d.transform, rect3d.bottomRight),
353 this.matMultiply(rect3d.transform, bottomLeft),
354 this.matMultiply(rect3d.transform, topRight),
397 private matMultiply(mat: TransformMatrix, point: Point3D): Point3D { method in Mapper3D