Vector4i.lengthSquared

Get the length squared of a 4-dimensional single-precision vector.

@param x The vector's x component @param y The vector's y component @param z The vector's z component @param w The vector's w component

@return the length squared of the given vector

  1. long lengthSquared()
  2. long lengthSquared(int x, int y, int z, int w)
    struct Vector4i
    static
    long
    lengthSquared
    (
    int x
    ,
    int y
    ,
    int z
    ,
    int w
    )

Meta