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