Click or drag to resize

BasePluginCameraConvertWorldToPixel Method

Overload List
 NameDescription
Public methodConvertWorldToPixel(dvec2) same functionality as the one above, just using the DownscalFactor from the camera
Public methodConvertWorldToPixel(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.
Public methodConvertWorldToPixel(dvec3, Double) 
Top
See Also