Package com.skillw.pouvoir.util
Class VectorUtilKt
-
- All Implemented Interfaces:
public final class VectorUtilKt
-
-
Method Summary
Modifier and Type Method Description final static VectorrotateAroundXp(Vector $self, Double angle)final static VectorrotateAroundYp(Vector $self, Double angle)final static VectorrotateAroundZp(Vector $self, Double angle)final static FloatangleFixed(Vector $self, Vector other)final static VectortoProxyVector(Vector $self)-
-
Method Detail
-
rotateAroundXp
final static Vector rotateAroundXp(Vector $self, Double angle)
-
rotateAroundYp
final static Vector rotateAroundYp(Vector $self, Double angle)
-
rotateAroundZp
final static Vector rotateAroundZp(Vector $self, Double angle)
-
angleFixed
final static Float angleFixed(Vector $self, Vector other)
-
toProxyVector
final static Vector toProxyVector(Vector $self)
-
-
-
-