times

fun times(x: Double, y: Double, z: Double): Vector3

This performs a 4x4 matrix times by a 1x4 matrix, adding an extra 1.0 for the w value of the 1x3 vector.


operator fun times(vector: Vector3): Vector3
operator fun times(o: Matrix3d): Matrix3d