div

operator fun Vec2f.div(other: Float): Vec2f

Divides a Vec2f and a Float.


operator fun Vec3d.div(other: Double): Vec3d

Divides a Vec3d and a Double.


operator fun Vec3f.div(other: Float): Vec3f

Divides a Vec3f and a Float.


operator fun Vec3i.div(other: Int): Vec3i

Divides a Vec3i and a Int.


operator fun Vector2f.div(other: Float): Vector2f

Divides a Vector2f and a Float.


operator fun Vector3d.div(other: Double): Vector3d

Divides a Vector3d and a Double.


operator fun Vector4f.div(other: Float): Vector4f

Divides a Vector4f and a Float.