| Package | Description |
|---|---|
| org.cloudburstmc.server.math |
| Modifier and Type | Method and Description |
|---|---|
static Angle |
Angle.acos(double v) |
static Angle |
Angle.asin(double v) |
static Angle |
Angle.atan(double v) |
static Angle |
Angle.fromDegree(double doubleDegree) |
static Angle |
Angle.fromDegree(float floatDegree) |
static Angle |
Angle.fromRadian(double doubleRadian) |
static Angle |
Angle.fromRadian(float floatRadian) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Angle.compare(Angle a,
Angle b) |
int |
Angle.compareTo(Angle o) |
Copyright © 2020. All rights reserved.