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
Line 1: Line 1:
'''Sin() and Cos() 代码''' (来自[[SourceCode:MathHelper|MathHelper]]):<syntaxhighlight lang="java">
'''Sin() and Cos() 代码'''来自[[SourceCode:MathHelper|MathHelper]]):<syntaxhighlight lang="java">
private static final float[] SIN_TABLE = new float[65536];
private static final float[] SIN_TABLE = new float[65536];

Revision as of 01:57, 7 October 2021

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() 源代码(来自MathHelper):<syntaxhighlight lang="java"> private static final float[] SIN_TABLE = new float[65536];