Static Public Member Functions | |
static ITransform2D | GetTransformer (PhysicalAxis xAxis, PhysicalAxis yAxis) |
Constructs the optimal ITransform2D object for the supplied x and y axes. | |
Classes | |
class | DefaultTransform2D |
This class does world -> physical transforms for the general case. More... | |
class | FastTransform2D |
This class does highly efficient world->physical and physical->world transforms for linear axes. More... |
The existence of the whole ITransform2D thing might need revising. Not convinced it's the best way.
Definition at line 62 of file Transform2D.cs.
|
Constructs the optimal ITransform2D object for the supplied x and y axes.
Definition at line 71 of file Transform2D.cs. |