Summary

public Vector3D WorldToScreen(ref Vector3D worldPos)

Gets screen coordinates of 3d world pos in 0 - 1 distance where 1.0 is screen width(for X) or height(for Y). WARNING: Y is from bottom to top.

Returns

Vector3D

Screen coordinate in 0-1 distance.

Parameters