mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
kotlin update 1.8.20
This commit is contained in:
@@ -15,7 +15,8 @@ import net.torvald.terrarum.Point2d
|
||||
*
|
||||
* Created by minjaesong on 2020-02-11.
|
||||
*/
|
||||
inline class IconGenMesh(val datapoints: Array<Point2d>) {
|
||||
@JvmInline
|
||||
value class IconGenMesh(val datapoints: Array<Point2d>) {
|
||||
|
||||
operator fun times(other: PerturbMesh) {
|
||||
|
||||
@@ -23,6 +24,7 @@ inline class IconGenMesh(val datapoints: Array<Point2d>) {
|
||||
|
||||
}
|
||||
|
||||
inline class PerturbMesh(val datapoints: Array<Point2d>) {
|
||||
@JvmInline
|
||||
value class PerturbMesh(val datapoints: Array<Point2d>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user