MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / getx

Function getx

src/testrender/sampling.h:31–31  ·  view source on GitHub ↗

untransform vector

Source from the content-addressed store, hash-verified

29
30 // untransform vector
31 float getx(const Vec3& a) const { return a.dot(u); }
32 float gety(const Vec3& a) const { return a.dot(v); }
33 float getz(const Vec3& a) const { return a.dot(w); }
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected