Interface ReadableVector

    • Method Detail

      • length

        float length()
        Returns:
        the length of the vector
      • lengthSquared

        float lengthSquared()
        Returns:
        the length squared of the vector
      • store

        Vector store​(FloatBuffer buf)
        Store this vector in a FloatBuffer
        Parameters:
        buf - The buffer to store it in, at the current position
        Returns:
        this