|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | vector3 point |
Functions | |
| float | hash_float_to_float (float k) |
| float | hash_vector2_to_float (vector2 k) |
| float | hash_vector3_to_float (vector3 k) |
| float | hash_vector4_to_float (vector4 k) |
| vector2 | hash_vector2_to_vector2 (vector2 k) |
| vector3 | hash_vector3_to_vector3 (vector3 k) |
| vector4 | hash_vector4_to_vector4 (vector4 k) |
| color | hash_float_to_color (float k) |
| color | hash_vector2_to_color (vector2 k) |
| color | hash_vector3_to_color (vector3 k) |
| color | hash_vector4_to_color (vector4 k) |
| #define vector3 point |
Definition at line 5 of file node_hash.h.
| color hash_float_to_color | ( | float | k | ) |
Definition at line 53 of file node_hash.h.
References hash_float_to_float(), and hash_vector2_to_float().
Definition at line 9 of file node_hash.h.
Referenced by hash_float_to_color(), random_float_offset(), svm_node_tex_white_noise(), voronoi_distance_to_edge_1d(), voronoi_f1_1d(), voronoi_f2_1d(), voronoi_n_sphere_radius_1d(), and voronoi_smooth_f1_1d().
| color hash_vector2_to_color | ( | vector2 | k | ) |
Definition at line 60 of file node_hash.h.
References hash_vector2_to_float(), hash_vector3_to_float(), and vector3.
| float hash_vector2_to_float | ( | vector2 | k | ) |
Definition at line 14 of file node_hash.h.
Referenced by hash_float_to_color(), hash_vector2_to_color(), and hash_vector2_to_vector2().
| vector2 hash_vector2_to_vector2 | ( | vector2 | k | ) |
Definition at line 31 of file node_hash.h.
References hash_vector2_to_float(), hash_vector3_to_float(), and vector3.
| color hash_vector3_to_color | ( | vector3 | k | ) |
Definition at line 67 of file node_hash.h.
References hash_vector3_to_float(), and hash_vector4_to_float().
Definition at line 19 of file node_hash.h.
Referenced by hash_vector2_to_color(), hash_vector2_to_vector2(), hash_vector3_to_color(), and hash_vector3_to_vector3().
Definition at line 36 of file node_hash.h.
References hash_vector3_to_float(), hash_vector4_to_float(), and vector3.
| color hash_vector4_to_color | ( | vector4 | k | ) |
Definition at line 74 of file node_hash.h.
References hash_vector4_to_float().
| float hash_vector4_to_float | ( | vector4 | k | ) |
Definition at line 24 of file node_hash.h.
References vector3.
Referenced by hash_vector3_to_color(), hash_vector3_to_vector3(), hash_vector4_to_color(), and hash_vector4_to_vector4().
| vector4 hash_vector4_to_vector4 | ( | vector4 | k | ) |
Definition at line 43 of file node_hash.h.
References hash_vector4_to_float().