SFML.Net
Transform Operators |

Name | Description | |
---|---|---|
![]() ![]() |
Multiply(Transform, Transform) |
Overload of binary operator * to combine two transforms.
This call is equivalent to calling new Transform(left).Combine(right).
|
![]() ![]() |
Multiply(Transform, Vector2f) |
Overload of binary operator * to transform a point.
This call is equivalent to calling left.TransformPoint(right).
|
