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