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