Difference between revisions of "Template:Direction"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '<includeonly><table {{prettytable}}> <tr> <th>Compass</th> {{#if:{{{deg|}}}|<th> Degrees </th>}} {{#if:{{{rad|}}}|<th> Radians </th>}}</tr> <tr> <td>North</td> {{#if:{{{deg|}}}|<…')
 
Line 21: Line 21:
 
</table></includeonly><noinclude>
 
</table></includeonly><noinclude>
 
Degrees only:
 
Degrees only:
{{direction|deg}}
+
{{direction|deg=1}}
 
Radians only:
 
Radians only:
{{direction|rad}}
+
{{direction|rad=1}}
 
Both:
 
Both:
{{direction|deg|rad}}
+
{{direction|deg=1|rad=1}}
 
</noinclude>
 
</noinclude>

Revision as of 04:22, 3 February 2011

Degrees only:

Compass Degrees
North
West 360°
South 180°
East 270°

Radians only:

Compass Radians
North 0
West π/2 ? 1.57
South π ? 3.14
East 3π/2 ? 4.71

Both:

Compass Degrees Radians
North 0
West 360° π/2 ? 1.57
South 180° π ? 3.14
East 270° 3π/2 ? 4.71