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