Player Module
/
com.bitmovin.player.api.vr.orientation
/
Vector3
Vector3
open class
Vector3
Content copied to clipboard
Represents a two-dimensional vector.
Constructors
Properties
Constructors
Vector3
Link copied to clipboard
open fun
Vector3
(phi:
Double
, x:
Double
, y:
Double
)
Content copied to clipboard
Properties
phi
Link copied to clipboard
protected open val
phi
:
Double
Content copied to clipboard
x
Link copied to clipboard
protected open val
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
protected open val
y
:
Double
Content copied to clipboard