Converts a X/Y value into a texture coordanant.
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(Size,Point);
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(Size,PointF);
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(SizeF,Point);
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(SizeF,PointF);
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(int,int,int,int);
Converts a X/Y value into a texture coordanant.
public static Vector2 UVFromPoint(float,float,float,float);
GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace