标签: c# xna hlsl
我需要转换< -1; 1>到x y坐标在屏幕上绘制一个三角形。
vertices[0].Position = new Vector3(-0.5f, -0.5f, 0f);
如何准确地将x y转换为该浮点数?