Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Formlabs/foxtrot
/ functions
Functions
523 in github.com/Formlabs/foxtrot
⨍
Functions
523
◇
Types & classes
211
Function
not_quote
134
express/src/parse.rs:173
Function
null_stmt
260 null_stmt = ’;’ .
express/src/parse.rs:1507
Function
number_type
261 number_type = NUMBER .
express/src/parse.rs:1512
Function
octet
136
express/src/parse.rs:179
Method
of
(v: Vec<T>)
cdt/src/indexes.rs:81
Function
param_from_chunks
( last: bool, s: &'a str, i: &mut usize, strs: &[&'a str])
step/src/parse.rs:182
Function
parameter_type
(s: &str)
express/src/parse.rs:1542
Method
parse
(s: &str)
step/src/parse.rs:44
Method
parse
(s: &'a str)
express/src/parse.rs:217
Function
parse_complex_mapping
(s: &str)
step/src/parse.rs:221
Function
parse_enum_tag
(s: &str)
step/src/parse.rs:193
Method
point
(&self, uv: DVec2)
nurbs/src/nurbs_surface.rs:7
Method
point
(&self, u: f64)
nurbs/src/bspline_curve.rs:7
Method
point
(&self, uv: DVec2)
nurbs/src/bspline_surface.rs:7
Method
point_from_basis
(&self, uspan: usize, Nu: &VecF, vspan: usize, Nv: &VecF)
nurbs/src/bspline_surface.rs:11
Function
procedure_call_stmt
(s: &str)
express/src/parse.rs:1586
Function
procedure_decl
(s: &str)
express/src/parse.rs:1601
Function
procedure_head
(s: &str)
express/src/parse.rs:1618
Method
push
(&mut self, t: T)
cdt/src/indexes.rs:84
Method
quad_to
(&mut self, x1: f32, y1: f32, x2: f32, y2: f32)
cdt/examples/font.rs:50
Function
qualifiable_factor
(s: &str)
express/src/parse.rs:1652
Function
qualified_attribute
(s: &str)
express/src/parse.rs:1683
Function
qualifier
(s: &str)
express/src/parse.rs:1698
Function
real_literal
(s: &str)
express/src/parse.rs:209
Function
real_literal_
142
express/src/parse.rs:203
Function
real_type
(s: &str)
express/src/parse.rs:1735
Method
rebuild_depth_
(size: PhysicalSize<u32>, device: &wgpu::Device)
gui/src/app.rs:133
Method
rebuild_swapchain_
(size: PhysicalSize<u32>, format: wgpu::TextureFormat, surface: &wgpu::Surface, devi
gui/src/app.rs:156
Function
redeclared_attribute
(s: &str)
express/src/parse.rs:1745
Function
reference_clause
(s: &str)
express/src/parse.rs:1772
Function
referenced_attribute
(s: &str)
express/src/parse.rs:1757
Function
rel_op
(s: &str)
express/src/parse.rs:1789
Function
rel_op_extended
(s: &str)
express/src/parse.rs:1807
Function
rename_id
(s: &str)
express/src/parse.rs:1825
Function
repeat_control
(s: &str)
express/src/parse.rs:1835
Function
resource_or_rename
(s: &str)
express/src/parse.rs:1863
Function
resource_ref
(s: &str)
express/src/parse.rs:1879
Function
rule_decl
(s: &str)
express/src/parse.rs:1901
Function
rule_head
(s: &str)
express/src/parse.rs:1923
Method
save_svg
Writes the current state of the triangulation to an SVG file, without debug visualizations.
cdt/src/triangulate.rs:1145
Function
schema_body
(s: &str)
express/src/parse.rs:1955
Function
schema_decl
(s: &str)
express/src/parse.rs:1976
Function
select_extension
(s: &str)
express/src/parse.rs:2005
Function
select_list
(s: &str)
express/src/parse.rs:2017
Function
set_type
(s: &str)
express/src/parse.rs:2055
Function
simple_circle
()
cdt/src/triangulate.rs:1318
Function
simple_id
(s: &str)
express/src/parse.rs:250
Function
simple_string_literal
144 simple_string_literal = \q { ( \q \q ) | not_quote | \s | \x9 | \xA | \xD } \q .
express/src/parse.rs:253
Function
simple_triangle
()
cdt/src/triangulate.rs:1291
Function
simple_types
(s: &str)
express/src/parse.rs:2151
Function
skip_stmt
308 skip_stmt = SKIP ’;’ .
express/src/parse.rs:2165
Function
spiral_circle
()
cdt/src/triangulate.rs:1422
Function
stmt
(s: &str)
express/src/parse.rs:2186
Function
string_literal
(s: &str)
express/src/parse.rs:2211
Function
string_type
(s: &str)
express/src/parse.rs:2216
Method
strip_flatten
Flattens a STEP file, removing comments and whitespace
step/src/step_file.rs:65
Function
strip_lifetime
TODO: this is awkward; it would be cleaner to store lifetime separately in the `ReplacedPrimitive` enum
express/src/gen.rs:541
Function
subtype_constraint
(s: &str)
express/src/parse.rs:2232
Function
subtype_constraint_body
(s: &str)
express/src/parse.rs:2245
Function
subtype_constraint_decl
(s: &str)
express/src/parse.rs:2262
Function
subtype_constraint_head
(s: &str)
express/src/parse.rs:2275
Function
subtype_declaration
(s: &str)
express/src/parse.rs:2291
Function
supertype_expression
(s: &str)
express/src/parse.rs:2319
Function
supertype_rule
(s: &str)
express/src/parse.rs:2336
Function
supertype_term
(s: &str)
express/src/parse.rs:2347
Method
surf_lower
(p: DVec3, surf: &SampledSurface<N>)
triangulate/src/surface.rs:118
Method
surf_normal
(uv: DVec2, surf: &SampledSurface<N>)
triangulate/src/surface.rs:366
Method
surface_derivs
Returns all derivatives of the surface. If `D = surface_derivs()`, `D[k][l]` is the derivative of the surface `k` times in the `u` direction and `l`
nurbs/src/nd_surface.rs:86
Function
test_actual_parameter_list
()
express/src/parse.rs:3078
Function
test_aggregate_initializer
()
express/src/parse.rs:2894
Function
test_aggregate_source
()
express/src/parse.rs:2888
Function
test_delegation
()
experiments/delegation_example.rs:36
Function
test_derived_attr
()
express/src/parse.rs:2543
Function
test_domain_rule
()
express/src/parse.rs:2835
Function
test_encoded_character
()
express/src/parse.rs:2779
Function
test_encoded_string_literal
()
express/src/parse.rs:2784
Function
test_entity_decl
()
express/src/parse.rs:2555
Function
test_explicit_attr
()
express/src/parse.rs:2549
Function
test_expression
()
express/src/parse.rs:2931
Function
test_factor
()
express/src/parse.rs:3115
Function
test_function_call
()
express/src/parse.rs:3039
Function
test_function_decl
()
express/src/parse.rs:2965
Function
test_if_stmt
()
express/src/parse.rs:3016
Function
test_interval
()
express/src/parse.rs:3095
Function
test_interval_low
()
express/src/parse.rs:3100
Function
test_interval_op
()
express/src/parse.rs:3163
Function
test_literal
()
express/src/parse.rs:3090
Function
test_nested_ids
()
experiments/delegation_example.rs:100
Function
test_octet
()
express/src/parse.rs:2774
Function
test_parameter
()
express/src/parse.rs:3084
Function
test_parse_entity_decl
()
step/src/parse.rs:333
Function
test_primary
()
express/src/parse.rs:3148
Function
test_query_expression
()
express/src/parse.rs:2900
Function
test_real_literal
()
express/src/parse.rs:2536
Function
test_repeat_stmt
()
express/src/parse.rs:3030
Function
test_return_stmt
()
express/src/parse.rs:3010
Function
test_select_type
()
express/src/parse.rs:3169
Function
test_simple_factor
()
express/src/parse.rs:3124
Function
test_simple_id
()
express/src/parse.rs:3184
Function
test_simple_string_literal
()
express/src/parse.rs:2791
← previous
next →
401–500 of 523, ranked by callers