Interface Vectorf

All Known Implementing Classes:
Vector2f, Vector3f, Vector4f, VectorNf

public interface Vectorf
  • Method Details

    • mul

      Vectorf mul(float a)
    • div

      Vectorf div(float a)
    • pow

      Vectorf pow(float pow)
    • ceil

      Vectorf ceil()
    • floor

      Vectorf floor()
    • round

      Vectorf round()
    • abs

      Vectorf abs()
    • negate

      Vectorf negate()
    • length

      float length()
    • lengthSquared

      float lengthSquared()
    • normalize

      Vectorf normalize()
    • minAxis

      int minAxis()
    • maxAxis

      int maxAxis()
    • toArray

      float[] toArray()
    • toInt

      Vectori toInt()
    • toLong

      Vectorl toLong()
    • toFloat

      Vectorf toFloat()
    • toDouble

      Vectord toDouble()