Difference between revisions of "Normal"
From GiderosMobile
| Line 4: | Line 4: | ||
'''<translate>Value</translate>:''' table<br/> | '''<translate>Value</translate>:''' table<br/> | ||
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.WorldManifold|b2.WorldManifold]]<br/> | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.WorldManifold|b2.WorldManifold]]<br/> | ||
| + | |||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
| − | + | Contains x and y properties with normalized vector values (from -1 to 1). | |
| − | For example: { y = -1, x => 0} | + | |
| + | For example: { y = -1, x => 0} | ||
| + | |||
| + | {{B2.WorldManifold}} | ||
Revision as of 16:43, 18 February 2020
Available since: Gideros 2012.09.6
Value: table
Defined by: b2.WorldManifold
Description
Contains x and y properties with normalized vector values (from -1 to 1).
For example: { y = -1, x => 0}