Interface Vectorl

All Known Implementing Classes:
Vector2l, Vector3l, Vector4l, VectorNl

public interface Vectorl
  • Method Details

    • mul

      Vectorl mul(long a)
    • div

      Vectorl div(long a)
    • pow

      Vectorl pow(long pow)
    • abs

      Vectorl abs()
    • negate

      Vectorl negate()
    • length

      double length()
    • lengthSquared

      long lengthSquared()
    • minAxis

      int minAxis()
    • maxAxis

      int maxAxis()
    • toArray

      long[] toArray()
    • toInt

      Vectori toInt()
    • toLong

      Vectorl toLong()
    • toFloat

      Vectorf toFloat()
    • toDouble

      Vectord toDouble()