Transform.Multiply Operator

SFML.Net

TransformMultiply Operator
Overload List
  Name Description
Public operator Static member Multiply(Transform, Transform)
Overload of binary operator * to combine two transforms. This call is equivalent to calling new Transform(left).Combine(right).
Public operator Static member Multiply(Transform, Vector2f)
Overload of binary operator * to transform a point. This call is equivalent to calling left.TransformPoint(right).
Top
See Also