struct Angle3D
Swift
struct Angle3D
Not documented.
Sources/LavaUI/Spatial.swift:31
Properties
var radians: Float
Not documented.
Sources/LavaUI/Spatial.swift:32
static let zero: Angle3D
Not documented.
Sources/LavaUI/Spatial.swift:33
Methods
static func degrees(_ value: Float) -> Angle3D
Not documented.
Sources/LavaUI/Spatial.swift:35
static func radians(_ value: Float) -> Angle3D
Not documented.
Sources/LavaUI/Spatial.swift:34