Difference between revisions of "LocalNormal"

From GiderosMobile
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/>
+
'''Available since:''' Gideros 2012.09.6<br/>
'''<translate>Value</translate>:''' table<br/>
+
'''Value:''' table<br/>
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.Manifold|b2.Manifold]]<br/>
+
'''Defined by:''' [[b2.Manifold]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>Contains x and y properties with normalized vector values (from -1 to 1).
+
=== Description ===
For example: ''{ y = -1, x = 0 }''</translate>
+
Contains x and y properties with normalized vector values (from -1 to 1).
 +
 
 +
For example: ''{ y = -1, x = 0 }''
 +
 
 +
{{B2.Manifold}}

Latest revision as of 03: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 }




LiquidFun