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