IVector¶ Examples for IVector class. add¶ Adding two vectors assign¶ Assigning one vector to another distance_to¶ Caculate distance between two vectors divide¶ Divide a vector by a given value equals¶ Compare two vectors multiply¶ Multiplies a vector by a given value negate¶ Negating the values of a vector rotate¶ Rotating a vector subtract¶ Subtracting one vector from another transform¶ Transforming a vector