times

fun times(x: Double, y: Double): Vector2

This performs a 3x3 matrix times by a 1x3 matrix, adding an extra 1.0 for the z value of the 1x3 matrix.


operator fun times(vector: Vector2): Vector2
operator fun times(o: Matrix2d): Matrix2d