Package gollorum.signpost.utils.math
Klasse Angle
java.lang.Object
gollorum.signpost.utils.math.Angle
-
Feldübersicht
Felder -
Methodenübersicht
-
Felddetails
-
DEGREES_TO_RADIANS
public static final float DEGREES_TO_RADIANS- Siehe auch:
-
RADIANS_TO_DEGREES
public static final float RADIANS_TO_DEGREES- Siehe auch:
-
ZERO
-
MAP_CODEC
-
CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,Angle> STREAM_CODEC
-
-
Methodendetails
-
between
-
fromRadians
-
fromDegrees
-
add
-
subtract
-
mul
-
div
-
negated
-
radians
public float radians() -
degrees
public float degrees() -
normalized
-
cos
public double cos() -
sin
public double sin() -
equals
-
isNearly
-
hashCode
public int hashCode()
-