Translations:Angles/8/en: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
'''Sin() and Cos() source code''' (from [[SourceCode:MathHelper|MathHelper]]):<syntaxhighlight lang="java">
'''Sin() and Cos() source code''' (from class MathHelper):<syntaxhighlight lang="java">
private static final float[] SIN_TABLE = new float[65536];
private static final float[] SIN_TABLE = new float[65536];

Latest revision as of 15:55, 6 September 2022

Message definition (Angles)
'''Sin() and Cos() source code''' (from class MathHelper):<syntaxhighlight lang="java">
private static final float[] SIN_TABLE = new float[65536];

Sin() and Cos() source code (from class MathHelper):<syntaxhighlight lang="java"> private static final float[] SIN_TABLE = new float[65536];