kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.math/toTriple

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.