Posted December 11, 201311 yr Hello all, I'm working on my mod but there is something i don't understand in minecraft vector: In method getLook(float par1) in EntityLivingBase there is f1 = MathHelper.cos(-this.rotationYaw * 0.017453292F - (float)Math.PI); I don't know what 0.017453292F is? I know it's not really important to continue my mod but if someone knows what does it mean i would like to know too Thanks!
December 11, 201311 yr its a (that decimal) Float value. Google up on Java float values and you probably find the best answer ;3 I am fairly new to Java and modding, so my answers are not always 100% correct. Sorry for that!
December 11, 201311 yr Author Yeah i know it's a float value and i've already googled but still don't know what is it
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.