Go to the source code of this file.
|
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_init (bNodeTree *, bNode *node) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_rectangle_curve (MutableSpan< float3 > positions, const float height, const float width) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_points_curve (MutableSpan< float3 > positions, const float3 &p1, const float3 &p2, const float3 &p3, const float3 &p4) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_parallelogram_curve (MutableSpan< float3 > positions, const float height, const float width, const float offset) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_trapezoid_curve (MutableSpan< float3 > positions, const float bottom, const float top, const float offset, const float height) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::create_kite_curve (MutableSpan< float3 > positions, const float width, const float bottom_height, const float top_height) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_geo_exec (GeoNodeExecParams params) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_rna (StructRNA *srna) |
| |
| static void | blender::nodes::node_geo_curve_primitive_quadrilateral_cc::node_register () |
| |