Interface Vectord

All Known Implementing Classes:
Vector2d, Vector3d, Vector4d, VectorNd

public interface Vectord
  • Method Details

    • mul

      Vectord mul(double a)
    • div

      Vectord div(double a)
    • pow

      Vectord pow(double pow)
    • ceil

      Vectord ceil()
    • floor

      Vectord floor()
    • round

      Vectord round()
    • abs

      Vectord abs()
    • negate

      Vectord negate()
    • length

      double length()
    • lengthSquared

      double lengthSquared()
    • normalize

      Vectord normalize()
    • minAxis

      int minAxis()
    • maxAxis

      int maxAxis()
    • toArray

      double[] toArray()
    • toInt

      Vectori toInt()
    • toLong

      Vectorl toLong()
    • toFloat

      Vectorf toFloat()
    • toDouble

      Vectord toDouble()