class hxmath.frames.Frame2Default implements IFrame2

Available on all platforms

The default underlying type for Frame2.

Instance Fields

function new(?offset:Vector2 = null, ?angleDegrees:Float = 0.0f, ?isCached:Bool = true):Void

Constructor.

offset

The offset of the frame relative to the outer frame.

angleDegrees

The angle of the frame relative to the outer frame.

isCached

Cache the matrix if true.