This namespace contains mathematical constants, aliased Math functions and mathematical helper functions.
Classes
Type Definitions
-
This type represents a mask for 32 bits with a range of
[0x00000000 ... 0x7FFFFFFF]. -
This property holds the definition of a range (an object with min/max values).
Properties:
Name Type Description minnumber Defines the minimum value of the range.
maxnumber Defines the maximum value of the range.
Interface Definitions
-
This interface represents a two-dimensional point defined in terms of its x and y coordinates (screen coordinate values).
-
This interface represents a two-dimensional size consisting a with and a height.