Class TransformMatrix<N extends Node>

java.lang.Object
com.storedobject.svg.TransformMatrix<N>
Type Parameters:
N - The type of Node this transformation matrix is associated with.
All Implemented Interfaces:
Serializable

public class TransformMatrix<N extends Node> extends Object implements Serializable
Represents a transformation matrix for a Node. This class provides various transformation operations like translation, scaling, rotation, and flipping. Transformations are applied to the node's coordinate system.
Author:
Syam
See Also: