MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / ToFloat2

Function ToFloat2

Hydrogent/interface/GfTypeConversions.hpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191inline float2 ToFloat2(const pxr::GfVec2f& v)
192{
193 return ToVector2<float>(v);
194}
195
196inline float2 ToFloat2(const pxr::GfVec2d& v)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected