kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.math/toVector

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.