Translations:Angles/8/zh: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Created page with "'''Sin() and Cos() 原代码''' (来自MathHelper):<syntaxhighlight lang="java"> private static final float[] SIN_TABLE = new float[65536];")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Sin() and Cos() 代码''' (来自[[SourceCode:MathHelper|MathHelper]]):<syntaxhighlight lang="java">
'''Sin() Cos() 代码'''来自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:56, 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() 与 Cos() 源代码(来自class MathHelper):<syntaxhighlight lang="java"> private static final float[] SIN_TABLE = new float[65536];