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