Bearing | iOS SDK | Urbi Documentation

Bearing

Angle between the direction to one object and another object or between the direction to the object and north. The angle is counted clockwise. The value range is [0°, 360°].

public init(
    value: Double = 0
)
Parameters
value
public init(floatLiteral value: Double)

Creates an instance initialized to the specified floating-point value.

Parameters
value
Double

Value to create.

Properties