-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.MatrixD.CreatePerspective
csharp[MatrixD](VRageMath.MatrixD) CreatePerspective([double](System.Double) width, [double](System.Double) height, [double](System.Double) nearPlaneDistance, [double](System.Double) farPlaneDistance)
##### Summary
Builds a perspective projection matrix and returns the result by value.
csharpvoid CreatePerspective([double](System.Double) width, [double](System.Double) height, [double](System.Double) nearPlaneDistance, [double](System.Double) farPlaneDistance, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Builds a perspective projection matrix and returns the result by reference.
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!