Interface Vectori

All Known Implementing Classes:
Vector2i, Vector3i, Vector4i, VectorNi

public interface Vectori
  • Method Details

    • mul

      Vectori mul(int a)
    • div

      Vectori div(int a)
    • pow

      Vectori pow(int pow)
    • abs

      Vectori abs()
    • negate

      Vectori negate()
    • length

      float length()
    • lengthSquared

      int lengthSquared()
    • minAxis

      int minAxis()
    • maxAxis

      int maxAxis()
    • toArray

      int[] toArray()
    • toInt

      Vectori toInt()
    • toLong

      Vectorl toLong()
    • toFloat

      Vectorf toFloat()
    • toDouble

      Vectord toDouble()