Property WorldToScreen
WorldToScreen
The matrix for converting world coordinates to screen coordinates.
This matrix encompasses the transformations required to project points from
the application's world space to the physical screen space.
var screenPoint = Vector2.Transform(worldPoint, WorldToScreen);
Declaration
public Matrix3x2 WorldToScreen { get; init; }
Property Value
Type | Description |
---|---|
Matrix3x2 |