Base |
Name | Description | |
---|---|---|
![]() | ConvertWorldToPixel(dvec2) | same functionality as the one above, just using the DownscalFactor from the camera |
![]() | ConvertWorldToPixel(dvec2, Double) | Converts a point in world coordinates into pixel coordinates using the field sizes in world and pixel coordinates and the downscale factor. In difference to ConvertWorldPosToPixelPos() the origin in world coordinates is not expected to be in the center of the field. The origin of the pixel coordinates is expected to be in the upper left corner. |
![]() | ConvertWorldToPixel(dvec3, Double) |