diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 02:13:41 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:33:18 +0800 |
commit | 215db9ff71c2c2fb3fe670fb8ea9109fca5b5a6a (patch) | |
tree | a666274f0c457b253cbea06e41f0b13842089ac4 /doc/classes/Vector3.xml | |
parent | a41cf404a9013db6aed56d6ed9b051c2a4948bff (diff) |
add ONE constants to Vector2 and Vector3
Diffstat (limited to 'doc/classes/Vector3.xml')
-rw-r--r-- | doc/classes/Vector3.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 4211c34d8e..8c4e08778d 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -280,7 +280,10 @@ Enumerated value for the Z axis. </constant> <constant name="ZERO" value="Vector3( 0, 0, 0 )"> - Null vector. + Zero vector. + </constant> + <constant name="ONE" value="Vector3( 1, 1, 1 )"> + One vector. </constant> <constant name="INF" value="Vector3( inf, inf, inf )"> Infinite vector. |