kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.math/boxTo

boxTo

[jvm]
infix fun Vec3i.boxTo(that: Vec3i): Box

Creates a Box between two Vec3i.

[jvm]
infix fun Vec3d.boxTo(that: Vec3d): Box

Creates a Box between two Vec3d.