Vector.length

Sets the vector's length.

  1. double length [@property getter]
  2. double length [@property setter]
    struct Vector(T, char[] c)
    @property
    double
    length
    (
    double length
    )
    if (
    c.length > 1 &&
    areValidCoordinates(c)
    )

Meta