class IPoint
package h2d.col
Constructor
Variables
Methods
inlinemultiply(v:Int):IPoint
Returns a new IPoint with the position of this IPoint multiplied by a given scalar v
.
inlinescale(v:Int):Void
Multiplies the position of this IPoint by a given scalar v
. Modifies this instance.