diff options
Diffstat (limited to 'doc/classes/Projection.xml')
-rw-r--r-- | doc/classes/Projection.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index d1432b7e57..1b1eee8ad4 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -14,7 +14,8 @@ <constructor name="Projection"> <return type="Projection" /> <description> - Constructs a default-initialized [Projection] set to [constant IDENTITY]. + Constructs a default-initialized [Projection] identical to [constant IDENTITY]. + [b]Note:[/b] In C#, this constructs a [Projection] identical to [constant ZERO]. </description> </constructor> <constructor name="Projection"> |