Difference between revisions of "Normal"

From GiderosMobile
(language)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2012.09.6<br/>
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/>
+
'''Value:''' table<br/>
'''<translate>Value</translate>:''' table<br/>
+
'''Defined by:''' [[b2.WorldManifold]]<br/>
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.WorldManifold|b2.WorldManifold]]<br/>
 
  
=== <translate>Description</translate> ===
+
=== Description ===
 
Contains x and y properties with normalized vector values (from -1 to 1).
 
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}}
 
{{B2.WorldManifold}}

Latest revision as of 09:44, 15 January 2022

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 }




LiquidFun