-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.MatrixD.CreateOrthographicOffCenter
csharp[MatrixD](VRageMath.MatrixD) CreateOrthographicOffCenter([double](System.Double) left, [double](System.Double) right, [double](System.Double) bottom, [double](System.Double) top, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane)
##### Summary
Builds a customized, orthogonal projection matrix.
csharpvoid CreateOrthographicOffCenter([double](System.Double) left, [double](System.Double) right, [double](System.Double) bottom, [double](System.Double) top, [double](System.Double) zNearPlane, [double](System.Double) zFarPlane, ref [MatrixD](VRageMath.MatrixD) 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!