Difference between revisions of "B2.EdgeShape:set"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Sets the two vertices of this instance.<br /> | Sets the two vertices of this instance.<br /> | ||
Line 8: | Line 8: | ||
b2.EdgeShape:set(v1x,v1y,v2x,v2y) | b2.EdgeShape:set(v1x,v1y,v2x,v2y) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''v1x''': (number) <translate>- the x coordinate of 1st point of edge</translate> <br/> | '''v1x''': (number) <translate>- the x coordinate of 1st point of edge</translate> <br/> | ||
'''v1y''': (number) <translate>- the y coordinate of 1st point of edge</translate> <br/> | '''v1y''': (number) <translate>- the y coordinate of 1st point of edge</translate> <br/> | ||
'''v2x''': (number) <translate>- the x coordinate of 2nd point of edge</translate> <br/> | '''v2x''': (number) <translate>- the x coordinate of 2nd point of edge</translate> <br/> | ||
'''v2y''': (number) <translate>- the y coordinate of 2nd point of edge</translate> <br/> | '''v2y''': (number) <translate>- the y coordinate of 2nd point of edge</translate> <br/> |
Revision as of 07:29, 24 August 2018
Available since: Gideros 2011.6
Description
Sets the two vertices of this instance.
b2.EdgeShape:set(v1x,v1y,v2x,v2y)
Parameters
v1x: (number) - the x coordinate of 1st point of edge
v1y: (number) - the y coordinate of 1st point of edge
v2x: (number) - the x coordinate of 2nd point of edge
v2y: (number) - the y coordinate of 2nd point of edge