Skip to main content
Apple Developer Docs
×
usdkit
/
USDValue
/
USDValue.Vec2h
/
init(_:_:)
init(_:_:)
Creates a vector with the given components.
Declaration
init
(
_
x
:
Float16
,
_
y
:
Float16
)