toggle menu
player-android
3.79.0
androidJvm
switch theme
search in API
player-core
/
com.bitmovin.player.api.vr.orientation
/
Vector3
Vector3
open
class
Vector3
Represents a two-dimensional vector.
Members
Constructors
Vector3
Link copied to clipboard
constructor
(
phi
:
Double
,
x
:
Double
,
y
:
Double
)
Functions
get
Phi
Link copied to clipboard
open
fun
getPhi
(
)
:
Double
Returns the roll of the vector.
get
X
Link copied to clipboard
open
fun
getX
(
)
:
Double
Returns the x component of the vector.
get
Y
Link copied to clipboard
open
fun
getY
(
)
:
Double
Returns y component of the vector.