struct Vector3
Swift
struct Vector3
Not documented.
Sources/LavaUI/Spatial.swift:3
Constructors
init(_ x: Float = 0, _ y: Float = 0, _ z: Float = 0)
Not documented.
Sources/LavaUI/Spatial.swift:10
init(arrayLiteral elements: Float...)
Not documented.
Sources/LavaUI/Spatial.swift:14
Properties
var x: Float
Not documented.
Sources/LavaUI/Spatial.swift:6
var y: Float
Not documented.
Sources/LavaUI/Spatial.swift:7
var z: Float
Not documented.
Sources/LavaUI/Spatial.swift:8
Methods
static func interpolate(_ from: Vector3, _ to: Vector3, _ t: Float) -> Vector3
Not documented.
Sources/LavaUI/Spatial.swift:22