Difference between revisions of "LocalNormal"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> '''Value:''' table<br/> === Description === <translate>Contains x and y properties with normalized vector values (from...") |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09.6<br/> | '''Available since:''' Gideros 2012.09.6<br/> | ||
'''Value:''' table<br/> | '''Value:''' table<br/> | ||
| + | '''Defined by:''' [[b2.Manifold]]<br/> | ||
| + | |||
=== Description === | === Description === | ||
| − | + | Contains x and y properties with normalized vector values (from -1 to 1). | |
| − | For example: | + | |
| + | For example: ''{ y = -1, x = 0 }'' | ||
| + | |||
| + | {{B2.Manifold}} | ||
Latest revision as of 02:01, 1 December 2023
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 }