-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Matrix.CreateOrthographicOffCenter
csharp[Matrix](VRageMath.Matrix) CreateOrthographicOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane)##### Summary
Builds a customized, orthogonal projection matrix.
csharpvoid CreateOrthographicOffCenter([float](System.Single) left, [float](System.Single) right, [float](System.Single) bottom, [float](System.Single) top, [float](System.Single) zNearPlane, [float](System.Single) zFarPlane, ref [Matrix](VRageMath.Matrix) result)##### Summary
Builds a customized, orthogonal projection matrix.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!