Class Transforms

java.lang.Object
com.sk89q.worldedit.math.transform.Transforms

public final class Transforms extends Object
Various utility methods related to Transforms.
  • Method Details

    • transform

      public static Location transform(Location location, Transform transform)
      Transform a location's position with a given transform.

      Direction is unaffected.

      Parameters:
      location - the location
      transform - the transform
      Returns:
      the transformed location