Search Unity

Error in Documentation: Matrix4x4.Perspective

Discussion in 'Documentation' started by maxwelldoggums, Jul 13, 2014.

  1. maxwelldoggums

    maxwelldoggums

    Joined:
    Sep 8, 2008
    Posts:
    157
    While reading through the documentation for Matrix4x4, I stumbled across a minor typo describing the parameters for the function Matrix4x4.Perspective.

    "aspect is the vertical field-of-view in degrees of the perspective matrix, aspect is the aspect ratio"
    Which should be,

    "fov is the vertical field-of-view in degrees of the perspective matrix, aspect is the aspect ratio"​

    This is a minor issue and, because the parameters are intuitively named, not a problem, but I figured I would report this so it's on the record for the future.