Affine.Affine C# (CSharp) Method

Affine() public method

public Affine ( ) : System
return System
	public Affine()
	{
		fMatrix = new XFORM();

		// Start out with identity matrix
		Reset();
	}