Skip to main content
Apple Developer Docs
×
usdkit
/
USDValue
/
USDValue.Vec4d
/
init(_:)
init(_:)
Creates a vector from a
SIMD4<Double>
.
Declaration
init
(
_
simd
:
SIMD4
<
Double
>)