类 VariableTransformation

所有已实现的接口:
IVertexOperation, Copyable<Transformation>
直接已知子类:
SwapYZ

public abstract class VariableTransformation extends Transformation
  • 字段详细资料

  • 构造器详细资料

    • VariableTransformation

      public VariableTransformation(Matrix4 mat)
  • 方法详细资料

    • applyN

      public void applyN(Vector3 normal)
      从类复制的说明: Transformation
      Applies this transformation to a normal (doesn't translate)
      指定者:
      applyN 在类中 Transformation
      参数:
      normal - The normal to transform
    • apply

      public void apply(Matrix4 mat)
      从类复制的说明: Transformation
      Applies this transformation to a matrix as a multiplication on the right hand side.
      指定者:
      apply 在类中 Transformation
      参数:
      mat - The matrix to combine this transformation with
    • copy

      public Transformation copy()