Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Geometry.jsm

The Geometry.jsm JavaScript code module provides routines for performing common geometry operations on points and rectangles. It exports two classes: Point and Rect.

To use these routines, you first need to import the code module into your JavaScript scope:

Components.utils.import("resource://gre/modules/Geometry.jsm");

Once you've imported the module, you can then use the Point and Rect classes.

Note: Although this module is usable from mobile, and is present in Firefox 4, it's currently not used in Firefox 4 and attempting to use it may produce unreliable results there.

See also

文档标签和贡献者

 此页面的贡献者: ziyunfei
 最后编辑者: ziyunfei,