类 TransformationList
java.lang.Object
committee.nova.mods.avaritia.api.util.vec.ITransformation<Vector3,Transformation>
committee.nova.mods.avaritia.api.util.vec.Transformation
committee.nova.mods.avaritia.api.util.vec.TransformationList
- 所有已实现的接口:
IVertexOperation,Copyable<Transformation>
-
嵌套类概要
从接口继承的嵌套类/接口 committee.nova.mods.avaritia.api.client.render.pipeline.IVertexOperation
IVertexOperation.VertexOperationRegistry -
字段概要
从类继承的字段 committee.nova.mods.avaritia.api.util.vec.Transformation
operationIndex -
构造器概要
构造器构造器说明TransformationList(Transformation... transforms) TransformationList(List<Transformation> transforms) -
方法概要
修饰符和类型方法说明voidApplies this transformation to a matrix as a multiplication on the right hand side.voidApplies this transformation to vecvoidApplies this transformation to a normal (doesn't translate)compile()copy()inverse()Attempts to invert the Transformation.booleanReturns true if this transformation is redundant, eg.Returns a global space matrix as opposed to an object space matrix (reverse application order)toString()Creates a TransformationList composed of this transformation followed by t If this is a TransformationList, the transformation will be appended and this returned从类继承的方法 committee.nova.mods.avaritia.api.util.vec.Transformation
at, load, operate, operationID从类继承的方法 committee.nova.mods.avaritia.api.util.vec.ITransformation
$plus$plus, merge
-
构造器详细资料
-
TransformationList
-
TransformationList
-
TransformationList
-
-
方法详细资料
-
compile
-
reverseCompile
Returns a global space matrix as opposed to an object space matrix (reverse application order)- 返回:
- The matrix.
-
apply
从类复制的说明:ITransformationApplies this transformation to vec- 指定者:
apply在类中ITransformation<Vector3,Transformation>
-
applyN
从类复制的说明:TransformationApplies this transformation to a normal (doesn't translate)- 指定者:
applyN在类中Transformation- 参数:
normal- The normal to transform
-
apply
从类复制的说明:TransformationApplies this transformation to a matrix as a multiplication on the right hand side.- 指定者:
apply在类中Transformation- 参数:
mat- The matrix to combine this transformation with
-
with
从类复制的说明:ITransformationCreates a TransformationList composed of this transformation followed by t If this is a TransformationList, the transformation will be appended and this returned- 覆盖:
with在类中Transformation
-
prepend
-
isRedundant
public boolean isRedundant()从类复制的说明:ITransformationReturns true if this transformation is redundant, eg. Scale(1, 1, 1), Translation(0, 0, 0) or Rotation(0, a, b, c)- 覆盖:
isRedundant在类中ITransformation<Vector3,Transformation>
-
inverse
从类复制的说明:ITransformationAttempts to invert the Transformation.The transformations inverse may be itself, or the transform may not have an inverse. In that case a
IrreversibleTransformationExceptionis thrown.- 指定者:
inverse在类中ITransformation<Vector3,Transformation> - 返回:
- The inverse transform.
-
toString
-
copy
-