Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.math/toVector
[jvm]
fun Triple<Double, Double, Double>.toVector(): Vec3d
Creates a Vec3d from the components of this Triple.
[jvm]
fun Triple<Int, Int, Int>.toVector(): Vec3i
Creates a Vec3i from the components of this Triple.