Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.math/toTriple
[jvm]
fun Vec3d.toTriple(): Triple<Double, Double, Double>
Converts this Vec3d to a Triple of its components.
[jvm]
fun Vec3i.toTriple(): Triple<Int, Int, Int>
Converts this Vec3i to a Triple of its components.