MCPcopy Create free account
hub / github.com/blender/cycles / get_float2

Method get_float2

src/graph/node.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211float2 Node::get_float2(const SocketType &input) const
212{
213 assert(input.type == SocketType::POINT2);
214 return get_socket_value<float2>(this, input);
215}
216
217float3 Node::get_float3(const SocketType &input) const
218{

Callers 3

parameterMethod · 0.80
GetNodeValueFunction · 0.80
xml_write_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected