docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OrthographicMatrix

    OrthographicMatrix(double, double, double, double)

    Create an orthographic matrix from a 3D width, a 3D height, a near, and a far clipping distance

    Declaration
    public Matrix4 OrthographicMatrix(double width3D, double height3D, double nearClipDistance, double farClipDistance)
    Parameters
    Type Name Description
    double width3D

    The 3D width to consider

    double height3D

    The 3D height to consider

    double nearClipDistance

    The near clipping distance

    double farClipDistance

    The far clipping distance

    Returns
    Type Description
    Matrix4
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)