BasePluginCameraConvertWorldPosToPixelPos Method |
Converts a point in world coordinates into pixel coordinates. The
current size in world coordinates and the current pixel size of the
scan field is taken into account. The origin in world coordinates
is expected to be in the middle of the field.
Attention: Field and process transformations are not considered.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic dvec2 ConvertWorldPosToPixelPos(
dvec2 pointWorld
)
Parameters
- pointWorld dvec2
[Missing <param name="pointWorld"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.ConvertWorldPosToPixelPos(GlmSharp.dvec2)"]
Return Value
dvec2The x and y position in pixel coordinates.
See Also