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