public class MathUtil
extends java.lang.Object
| Constructor and Description |
|---|
MathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.math.Vec3d |
rotateVectorAroundYCC(net.minecraft.util.math.Vec3d vec,
double angle) |
static net.minecraft.util.math.Vec3d |
rotateVectorCC(net.minecraft.util.math.Vec3d vec,
net.minecraft.util.math.Vec3d axis,
double angle) |
public static net.minecraft.util.math.Vec3d rotateVectorAroundYCC(net.minecraft.util.math.Vec3d vec,
double angle)
public static net.minecraft.util.math.Vec3d rotateVectorCC(net.minecraft.util.math.Vec3d vec,
net.minecraft.util.math.Vec3d axis,
double angle)