Class Vector3Impl

java.lang.Object
com.sk89q.worldedit.math.Vector3
com.fastasyncworldedit.core.math.Vector3Impl
Direct Known Subclasses:
Location

public class Vector3Impl extends Vector3
  • Constructor Details

    • Vector3Impl

      public Vector3Impl(double x, double y, double z)
    • Vector3Impl

      public Vector3Impl(Vector3 other)
  • Method Details

    • getX

      public final double getX()
      Description copied from class: Vector3
      Get the X coordinate.
      Specified by:
      getX in class Vector3
      Returns:
      the x coordinate
    • getY

      public final double getY()
      Description copied from class: Vector3
      Get the Y coordinate.
      Specified by:
      getY in class Vector3
      Returns:
      the y coordinate
    • getZ

      public final double getZ()
      Description copied from class: Vector3
      Get the Z coordinate.
      Specified by:
      getZ in class Vector3
      Returns:
      the z coordinate