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