Class VectorExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class VectorExtensions
Methods
Name | Description |
---|---|
ToPointF(Vector2) | |
ToVector2(Point) | |
ToVector2(PointF) | |
ToWinPoint(Vector2) | |
WithRandomOffset(Vector2, Vector2) | Adds a random offset to the X and Y components of the vector, within the range specified by the maxOffset. |