Namespace: math

H.math

This namespace contains mathematical constants, aliased Math functions and mathematical helper functions.

Classes

Point
Rect
Size

Type Definitions

H.math.BitMask number

This type represents a mask for 32 bits with a range of [0x00000000 ... 0x7FFFFFFF].

H.math.Range Object

This property holds the definition of a range (an object with min/max values).

Properties:
Name Type Description
min number

Defines the minimum value of the range.

max number

Defines the maximum value of the range.

Interface Definitions

H.math.IPoint

This interface represents a two-dimensional point defined in terms of its x and y coordinates (screen coordinate values).

H.math.ISize

This interface represents a two-dimensional size consisting a with and a height.