| Class | Fox::FXVec |
| In: |
rdoc-sources/FXVec.rb
|
| Parent: | Object |
Returns a new FXVec instance obtained by memberwise multiplication of this vector’s elements by the scalar n.
Returns a new FXVec instance obtained by memberwise division of this vector’s elements by the scalar n. Raises ZeroDivisionError if n is identically zero.