glimpse-core
/
graphics.glimpse.types
/
Vec2
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
fromList
Link copied to clipboard
common
fun
fromList
(list:
List
<
Float
>):
Vec2
Content copied to clipboard
Returns an instance of
Vec2
with the given
list
of coordinates.
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard