Uses of Class
com.mojang.math.Matrix3f
Packages that use Matrix3f
Package
Description
-
Uses of Matrix3f in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders with parameters of type Matrix3f -
Uses of Matrix3f in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as Matrix3fMethods in com.mojang.blaze3d.systems that return Matrix3fMethods in com.mojang.blaze3d.systems with parameters of type Matrix3fModifier and TypeMethodDescriptionstatic void
RenderSystem.setInverseViewRotationMatrix
(Matrix3f p_200919_) -
Uses of Matrix3f in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as Matrix3fModifier and TypeFieldDescription(package private) final Matrix3f
PoseStack.Pose.normal
private final Matrix3f
SheetedDecalTextureGenerator.normalInversePose
Methods in com.mojang.blaze3d.vertex that return Matrix3fMethods in com.mojang.blaze3d.vertex with parameters of type Matrix3fConstructors in com.mojang.blaze3d.vertex with parameters of type Matrix3fModifierConstructorDescription(package private)
SheetedDecalTextureGenerator
(VertexConsumer p_85880_, Matrix4f p_85881_, Matrix3f p_85882_) -
Uses of Matrix3f in com.mojang.math
Fields in com.mojang.math declared as Matrix3fModifier and TypeFieldDescriptionprivate Matrix3f
Transformation.normalTransform
private final Matrix3f
OctahedralGroup.transformation
private final Matrix3f
SymmetricGroup3.transformation
Methods in com.mojang.math that return Matrix3fModifier and TypeMethodDescriptionMatrix3f.copy()
static Matrix3f
Matrix3f.createScaleMatrix
(float p_8175_, float p_8176_, float p_8177_) Transformation.getNormalMatrix()
OctahedralGroup.transformation()
SymmetricGroup3.transformation()
Methods in com.mojang.math that return types with arguments of type Matrix3fModifier and TypeMethodDescriptionMethods in com.mojang.math with parameters of type Matrix3fModifier and TypeMethodDescriptionvoid
void
void
void
Matrix3f.multiplyBackward
(Matrix3f other) private static void
Matrix3f.sortSingularValues
(Matrix3f p_152766_, Quaternion p_152767_) private static Quaternion
Matrix3f.stepJacobi
(Matrix3f p_8182_) void
void
Constructors in com.mojang.math with parameters of type Matrix3f -
Uses of Matrix3f in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type Matrix3fModifier and TypeMethodDescriptionprivate static void
BeaconRenderer.addVertex
(Matrix4f p_112107_, Matrix3f p_112108_, VertexConsumer p_112109_, float p_112110_, float p_112111_, float p_112112_, float p_112113_, int p_112114_, float p_112115_, float p_112116_, float p_112117_, float p_112118_) private static void
BeaconRenderer.renderQuad
(Matrix4f p_112120_, Matrix3f p_112121_, VertexConsumer p_112122_, float p_112123_, float p_112124_, float p_112125_, float p_112126_, int p_112127_, int p_112128_, float p_112129_, float p_112130_, float p_112131_, float p_112132_, float p_112133_, float p_112134_, float p_112135_, float p_112136_) -
Uses of Matrix3f in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Matrix3fModifier and TypeMethodDescriptionvoid
ArrowRenderer.vertex
(Matrix4f p_113826_, Matrix3f p_113827_, VertexConsumer p_113828_, int p_113829_, int p_113830_, int p_113831_, float p_113832_, float p_113833_, int p_113834_, int p_113835_, int p_113836_, int p_113837_) private static void
DragonFireballRenderer.vertex
(VertexConsumer p_114090_, Matrix4f p_114091_, Matrix3f p_114092_, int p_114093_, float p_114094_, int p_114095_, int p_114096_, int p_114097_) private static void
ExperienceOrbRenderer.vertex
(VertexConsumer p_114609_, Matrix4f p_114610_, Matrix3f p_114611_, float p_114612_, float p_114613_, int p_114614_, int p_114615_, int p_114616_, float p_114617_, float p_114618_, int p_114619_) private static void
FishingHookRenderer.vertex
(VertexConsumer p_114712_, Matrix4f p_114713_, Matrix3f p_114714_, int p_114715_, float p_114716_, int p_114717_, int p_114718_, int p_114719_) private static void
GuardianRenderer.vertex
(VertexConsumer p_114842_, Matrix4f p_114843_, Matrix3f p_114844_, float p_114845_, float p_114846_, float p_114847_, int p_114848_, int p_114849_, int p_114850_, float p_114851_, float p_114852_) private void
PaintingRenderer.vertex
(Matrix4f p_115537_, Matrix3f p_115538_, VertexConsumer p_115539_, float p_115540_, float p_115541_, float p_115542_, float p_115543_, float p_115544_, int p_115545_, int p_115546_, int p_115547_, int p_115548_) -
Uses of Matrix3f in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type Matrix3fModifier and TypeMethodDescriptionprivate static void
BeeStingerLayer.vertex
(VertexConsumer p_116593_, Matrix4f p_116594_, Matrix3f p_116595_, float p_116596_, int p_116597_, float p_116598_, float p_116599_, int p_116600_) -
Uses of Matrix3f in net.minecraftforge.client
Fields in net.minecraftforge.client declared as Matrix3f -
Uses of Matrix3f in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type Matrix3fModifier and TypeMethodDescriptiondefault void
IForgeVertexConsumer.applyBakedNormals
(Vector3f generated, ByteBuffer data, Matrix3f normalTransform)