Uses of Class
net.minecraft.util.math.vector.Matrix3f
-
-
Uses of Matrix3f in com.mojang.blaze3d.matrix
Fields in com.mojang.blaze3d.matrix declared as Matrix3f Modifier and Type Field Description private Matrix3f
MatrixStack.Entry. normal
Methods in com.mojang.blaze3d.matrix that return Matrix3f Modifier and Type Method Description Matrix3f
MatrixStack.Entry. normal()
Constructors in com.mojang.blaze3d.matrix with parameters of type Matrix3f Constructor Description Entry(Matrix4f p_i225909_1_, Matrix3f p_i225909_2_)
-
Uses of Matrix3f in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as Matrix3f Modifier and Type Field Description private Matrix3f
MatrixApplyingVertexBuilder. normalInversePose
Methods in com.mojang.blaze3d.vertex with parameters of type Matrix3f Modifier and Type Method Description default IVertexBuilder
IVertexBuilder. normal(Matrix3f p_227887_1_, float p_227887_2_, float p_227887_3_, float p_227887_4_)
Constructors in com.mojang.blaze3d.vertex with parameters of type Matrix3f Constructor Description MatrixApplyingVertexBuilder(IVertexBuilder p_i241245_1_, Matrix4f p_i241245_2_, Matrix3f p_i241245_3_)
-
Uses of Matrix3f in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Matrix3f Modifier and Type Method Description void
ArrowRenderer. vertex(Matrix4f p_229039_1_, Matrix3f p_229039_2_, IVertexBuilder p_229039_3_, int p_229039_4_, int p_229039_5_, int p_229039_6_, float p_229039_7_, float p_229039_8_, int p_229039_9_, int p_229039_10_, int p_229039_11_, int p_229039_12_)
private static void
DragonFireballRenderer. vertex(IVertexBuilder p_229045_0_, Matrix4f p_229045_1_, Matrix3f p_229045_2_, int p_229045_3_, float p_229045_4_, int p_229045_5_, int p_229045_6_, int p_229045_7_)
private static void
ExperienceOrbRenderer. vertex(IVertexBuilder p_229102_0_, Matrix4f p_229102_1_, Matrix3f p_229102_2_, float p_229102_3_, float p_229102_4_, int p_229102_5_, int p_229102_6_, int p_229102_7_, float p_229102_8_, float p_229102_9_, int p_229102_10_)
private static void
FishRenderer. vertex(IVertexBuilder p_229106_0_, Matrix4f p_229106_1_, Matrix3f p_229106_2_, int p_229106_3_, float p_229106_4_, int p_229106_5_, int p_229106_6_, int p_229106_7_)
private static void
GuardianRenderer. vertex(IVertexBuilder p_229108_0_, Matrix4f p_229108_1_, Matrix3f p_229108_2_, float p_229108_3_, float p_229108_4_, float p_229108_5_, int p_229108_6_, int p_229108_7_, int p_229108_8_, float p_229108_9_, float p_229108_10_)
private void
PaintingRenderer. vertex(Matrix4f p_229121_1_, Matrix3f p_229121_2_, IVertexBuilder p_229121_3_, float p_229121_4_, float p_229121_5_, float p_229121_6_, float p_229121_7_, float p_229121_8_, int p_229121_9_, int p_229121_10_, int p_229121_11_, int p_229121_12_)
-
Uses of Matrix3f in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type Matrix3f Modifier and Type Method Description private static void
BeeStingerLayer. vertex(IVertexBuilder p_229132_0_, Matrix4f p_229132_1_, Matrix3f p_229132_2_, float p_229132_3_, int p_229132_4_, float p_229132_5_, float p_229132_6_, int p_229132_7_)
-
Uses of Matrix3f in net.minecraft.client.renderer.tileentity
Methods in net.minecraft.client.renderer.tileentity with parameters of type Matrix3f Modifier and Type Method Description private static void
BeaconTileEntityRenderer. addVertex(Matrix4f p_228838_0_, Matrix3f p_228838_1_, IVertexBuilder p_228838_2_, float p_228838_3_, float p_228838_4_, float p_228838_5_, float p_228838_6_, int p_228838_7_, float p_228838_8_, float p_228838_9_, float p_228838_10_, float p_228838_11_)
private static void
BeaconTileEntityRenderer. renderQuad(Matrix4f p_228839_0_, Matrix3f p_228839_1_, IVertexBuilder p_228839_2_, float p_228839_3_, float p_228839_4_, float p_228839_5_, float p_228839_6_, int p_228839_7_, int p_228839_8_, float p_228839_9_, float p_228839_10_, float p_228839_11_, float p_228839_12_, float p_228839_13_, float p_228839_14_, float p_228839_15_, float p_228839_16_)
-
Uses of Matrix3f in net.minecraft.util
Fields in net.minecraft.util declared as Matrix3f Modifier and Type Field Description private Matrix3f
TriplePermutation. transformation
Methods in net.minecraft.util that return Matrix3f Modifier and Type Method Description Matrix3f
TriplePermutation. transformation()
-
Uses of Matrix3f in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Matrix3f Modifier and Type Field Description private Matrix3f
TransformationMatrix. normalTransform
private Matrix3f
Orientation. transformation
Methods in net.minecraft.util.math.vector that return Matrix3f Modifier and Type Method Description Matrix3f
Matrix3f. copy()
static Matrix3f
Matrix3f. createScaleMatrix(float p_226117_0_, float p_226117_1_, float p_226117_2_)
Matrix3f
TransformationMatrix. getNormalMatrix()
Methods in net.minecraft.util.math.vector that return types with arguments of type Matrix3f Modifier and Type Method Description static com.mojang.datafixers.util.Pair<Matrix3f,Vector3f>
TransformationMatrix. toAffine(Matrix4f p_227984_0_)
Methods in net.minecraft.util.math.vector with parameters of type Matrix3f Modifier and Type Method Description void
Matrix3f. load(Matrix3f p_226114_1_)
void
Matrix3f. mul(Matrix3f p_226118_1_)
void
Matrix3f. multiplyBackward(Matrix3f other)
private static Quaternion
Matrix3f. stepJacobi(Matrix3f p_226120_0_)
void
Vector3f. transform(Matrix3f p_229188_1_)
Constructors in net.minecraft.util.math.vector with parameters of type Matrix3f Constructor Description Matrix3f(Matrix3f p_i225694_1_)
-
Uses of Matrix3f in net.minecraftforge.client
Fields in net.minecraftforge.client declared as Matrix3f Modifier and Type Field Description private static Matrix3f
ForgeHooksClient. flipXNormal
-
Uses of Matrix3f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Matrix3f Modifier and Type Method Description default void
IForgeVertexBuilder. applyBakedNormals(Vector3f generated, java.nio.ByteBuffer data, Matrix3f normalTransform)
-