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