Xinf API Reference
Back | Index
class xinf.geom.Identity
implements Transform
function new( ) :Void
function getTranslation( ) :{ y : Float, x : Float}
function getScale( ) :{ y : Float, x : Float}
function getMatrix( ) :{ ty : Float, tx : Float, d : Float, c : Float, b : Float, a : Float}
function apply( p:TPoint ) :TPoint
function applyInverse( p:TPoint ) :TPoint
function toString( ) :String
Back | Index