Float3

class Float3 : Record

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val PARSER: (JsonElement) -> Float3

Functions

Link copied to clipboard
@NotNull
open fun abs(): Float3
Link copied to clipboard
@NotNull
open fun div(value: Float): Float3
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun max(): Float
Link copied to clipboard
open fun min(): Float
Link copied to clipboard
@NotNull
open fun minus(@NotNull other: Float3): Float3
Link copied to clipboard
@NotNull
open fun plus(@NotNull other: Float3): Float3
Link copied to clipboard
@NotNull
open fun times(value: Float): Float3
Link copied to clipboard
@NotNull
open fun toJson(): JsonArray
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@NotNull
open fun toVector(): Vector3f