diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index 091e0bf54f4..d32fdc9bb8f 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -194,6 +194,7 @@ Returns the vertical field of view of the projection (in degrees) associated with the given horizontal field of view (in degrees) and aspect ratio. + [b]Note:[/b] Unlike most methods of [Projection], [param aspect] is expected to be 1 divided by the X:Y aspect ratio.