relative_to(path) Instance Public methods
[](*array) Class Public methods Creates a Vector from a list of elements. Vector[7, 4, ...]
elements(array, copy = true) Class Public methods Creates a vector from an Array. The optional second argument specifies whether the array itself or a copy is used internally.
new(array) Class Public methods ::new is private; use Vector[] or ::elements to create.
*(x) Instance Public methods Multiplies the vector by x, where x is a number or another vector.
+(v) Instance Public methods Vector addition.
-(v) Instance Public methods Vector subtraction.
/(x) Instance Public methods Vector division.
==(other) Instance Public methods Returns true iff the two vectors have the same elements in the same order.
[](i) Instance Public methods Returns element number i (starting at zero) of the vector. element component
Page 1848 of 11844