mapbox-maps-android
/
com.mapbox.maps
/
Vec4(androidJvm)
Vec4(android
Jvm)
4 component vector.
class
Vec4(androidJvm)
:
Serializable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Vec4
Link copied to clipboard
open fun
Vec4
(x:
Double
, y:
Double
, z:
Double
, w:
Double
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
w
Link copied to clipboard
private val
w
:
Double
Content copied to clipboard
x
Link copied to clipboard
private val
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
private val
y
:
Double
Content copied to clipboard
z
Link copied to clipboard
private val
z
:
Double
Content copied to clipboard