/// <summary> /// Constructor /// </summary> /// <param name="xAxis">The x-axis to use for transforms</param> /// <param name="yAxis">The y-axis to use for transforms</param> public FastTransform2D(PhysicalAxis xAxis, PhysicalAxis yAxis) { xAxis_ = new PageAlignedPhysicalAxis (xAxis); yAxis_ = new PageAlignedPhysicalAxis (yAxis); }
/// <summary> /// Constructor /// </summary> /// <param name="xAxis">The x-axis to use for transforms</param> /// <param name="yAxis">The y-axis to use for transforms</param> public FastTransform2D(PhysicalAxis xAxis, PhysicalAxis yAxis) { xAxis_ = new PageAlignedPhysicalAxis(xAxis); yAxis_ = new PageAlignedPhysicalAxis(yAxis); }