MCPcopy Create free account

hub / github.com/Formlabs/foxtrot / functions

Functions523 in github.com/Formlabs/foxtrot

↓ 1 callersMethodset_size
(&mut self, width: f32, height: f32)
gui/src/camera.rs:132
↓ 1 callersFunctionshell
(s: &StepFile, c: Shell, mesh: &mut Mesh, stats: &mut Stats)
triangulate/src/triangulate.rs:332
↓ 1 callersFunctionsimple_expression
(s: &str)
express/src/parse.rs:2081
↓ 1 callersMethodspin
(&mut self, dx: f32, dy: f32)
gui/src/camera.rs:164
↓ 1 callersFunctionstep_to_triangle_buf
(data: String)
wasm/src/lib.rs:19
↓ 1 callersFunctionsubsuper
(s: &str)
express/src/parse.rs:2224
↓ 1 callersFunctionsupertype_constraint
(s: &str)
express/src/parse.rs:2305
↓ 1 callersFunctionsupertype_factor
(s: &str)
express/src/parse.rs:2328
↓ 1 callersMethodswap
Swaps the target edge, which must be have a matched pair.
cdt/src/half.rs:237
↓ 1 callersFunctionsymmetric2x2
Builds the symmetric matrix [[a, b], [b, d]]
nurbs/src/sampled_surface.rs:165
↓ 1 callersFunctionsyntax
(s: &str)
express/src/parse.rs:2359
↓ 1 callersFunctionto_camel
(s: &str)
express/src/gen.rs:549
↓ 1 callersFunctionto_dot
(s: &StepFile)
step/examples/step_to_dot.rs:4
↓ 1 callersMethodto_rtype
(&self, s: &str)
express/src/gen.rs:43
↓ 1 callersMethodto_rtype_build
(&mut self, s: &'a str)
express/src/gen.rs:29
↓ 1 callersMethodto_value
(&self)
express/src/gen.rs:675
↓ 1 callersMethodtry_clip
Attempts to clip the ear with tip self.index. Returns the new edge and retreats self.index on success.
cdt/src/contour.rs:120
↓ 1 callersMethodu_from_point_newtons_method
Section 6.1 (start middle page 232)
nurbs/src/sampled_curve.rs:35
↓ 1 callersFunctionunderlying_type
(s: &str)
express/src/parse.rs:2442
↓ 1 callersMethodupper_bound
(&self)
express/src/gen.rs:913
↓ 1 callersMethoduv_from_point
(&self, p: DVec3)
nurbs/src/sampled_surface.rs:154
↓ 1 callersMethoduv_from_point_newtons_method
Section 6.1 (start middle page 232)
nurbs/src/sampled_surface.rs:52
↓ 1 callersMethodwalk_fill
(&mut self, src: PointIndex, dst: PointIndex, mut e: EdgeIndex)
cdt/src/triangulate.rs:879
↓ 1 callersMethodwindow_event
(&mut self, e: WindowEvent)
gui/src/app.rs:80
↓ 1 callersFunctionwrap_in_enums
(wrapped, hierarchy)
experiments/generate_types.py:173
↓ 1 callersMethodwrite_enum_match
(&self, name: &str, buf: &mut W)
express/src/gen.rs:109
↓ 1 callersMethodwrite_enum_variant
(&self, name: &str, buf: &mut W)
express/src/gen.rs:100
↓ 1 callersMethodwrite_supertypes
(&self, name: &str, buf: &mut W)
express/src/gen.rs:124
↓ 1 callersMethodwrite_type
(&self, name: &str, buf: &mut W, type_map: &TypeMap)
express/src/gen.rs:141
Functionabstract_entity_declaration
164 abstract_entity_declaration = ABSTRACT .
express/src/parse.rs:284
Functionabstract_supertype
165 abstract_supertype = ABSTRACT SUPERTYPE ’;’ .
express/src/parse.rs:289
Functionabstract_supertype_declaration
(s: &str)
express/src/parse.rs:300
FunctionaddCameraCallback
(f)
wasm/deploy/scene.js:37
Methodadd_assign
(&mut self, i: usize)
cdt/src/indexes.rs:34
Functionadd_like_op
(s: &str)
express/src/parse.rs:318
Functionaggregate_type
(s: &str)
express/src/parse.rs:345
Functionaggregation_types
(s: &str)
express/src/parse.rs:362
Functionalgorithm_head
(s: &str)
express/src/parse.rs:379
Functionalias_stmt
(s: &str)
express/src/parse.rs:400
Functionambiguous_function_call
(s: &str)
express/src/parse.rs:2108
Methodappend_ids
(&self, _v: &mut Vec<usize>)
step/src/parse.rs:34
Methodappend_ids
(&self, v: &mut Vec<usize>)
step/src/id.rs:42
Functionarray_type
(s: &str)
express/src/parse.rs:425
Methodas_polyline
(&self, u_start: f64, u_end: f64, num_points_per_knot: usize)
nurbs/src/sampled_curve.rs:91
Functionassignment_stmt
(s: &str)
express/src/parse.rs:449
Functionattribute_decl
(s: &str)
express/src/parse.rs:469
Functionattribute_qualifier
(s: &str)
express/src/parse.rs:483
FunctionaxisY
()
wasm/deploy/scene.js:97
FunctionaxisZ
()
wasm/deploy/scene.js:109
Functionbag_type
(s: &str)
express/src/parse.rs:490
Methodbasis_funs
Computes non-vanishing basis functions of order `p + 1` at point `u`. ALGORITHM A2.2
nurbs/src/knot_vector.rs:71
Methodbasis_funs_derivs
Computes the derivatives (up to and including the `nth` derivative) of non-vanishing basis functions of order `p + 1` at point `u`. ALGORITHM A2.3 if
nurbs/src/knot_vector.rs:103
Methodbbox
Calculates a bounding box, returning `((xmin, xmax), (ymin, ymax))`
cdt/src/triangulate.rs:1111
Methodbbox
(pts: &[(f64, f64)])
triangulate/src/surface.rs:324
Functionbinary_literal
139
express/src/parse.rs:184
Functionbinary_type
(s: &str)
express/src/parse.rs:503
Functionboolean_type
182 boolean_type = BOOLEAN .
express/src/parse.rs:508
Functionbound_spec
(s: &str)
express/src/parse.rs:521
Methodbuild
Builds a complete triangulation from the given points # Errors This may return [`Error::EmptyInput`], [`Error::InvalidInput`], or [`Error::CannotInit
cdt/src/triangulate.rs:43
Methodbuild_from_contours
Builds a complete triangulation from the given points and contours (which are represented as indexes into the points array). # Errors This may return
cdt/src/triangulate.rs:73
Methodbuild_with_edges
Builds a complete triangulation from the given points and edges. The points are a flat array of positions in 2D spaces; edges are undirected and expre
cdt/src/triangulate.rs:57
Functionbuilt_in_constant
(s: &str)
express/src/parse.rs:534
Functionbuilt_in_function
(s: &str)
express/src/parse.rs:588
Functionbuilt_in_procedure
(s: &str)
express/src/parse.rs:596
Functioncapitalize
(s: &str)
express/src/gen.rs:535
Functioncase_action
(s: &str)
express/src/parse.rs:607
Functioncase_stmt
(s: &str)
express/src/parse.rs:626
Methodcat_breed
(&self)
experiments/delegation_example_autogen.rs:124
Methodcheck
Sanity-checks the structure's invariants, raising an assertion if any invariants are broken. This is a slow operation and should only be run in a deb
cdt/src/half.rs:199
Methodclose
(&mut self)
cdt/examples/font.rs:40
Functioncolinear_start
()
cdt/src/triangulate.rs:1364
Methodcombine
Combine two triangulations with an associative binary operator (why yes, this _is_ a monoid)
triangulate/src/stats.rs:12
Methodcombine
Combine two triangulations with an associative binary operator (why yes, this _is_ a monoid)
triangulate/src/mesh.rs:24
Functioncompound_stmt
(s: &str)
express/src/parse.rs:648
Functionconcrete_types
(s: &str)
express/src/parse.rs:663
Methodconst_new
(i: Index)
cdt/src/indexes.rs:18
Functionconstant_body
(s: &str)
express/src/parse.rs:679
Functionconstant_decl
(s: &str)
express/src/parse.rs:697
Functionconstant_factor
(s: &str)
express/src/parse.rs:712
Functionconstructed_types
(s: &str)
express/src/parse.rs:729
Methodcurve_derivs
Computes the derivatives of the curve of order up to and including `d` at location `t`, using basis functions of order `p + 1` respectively. ALGORITH
nurbs/src/nd_curve.rs:54
Methodcurve_points
(u: DVec3, v: DVec3, curve: &SampledCurve<N>)
triangulate/src/curve.rs:51
Methodcurve_to
(&mut self, x1: f32, y1: f32, x2: f32, y2: f32, x3: f32, y3: f32)
cdt/examples/font.rs:61
Functiondeclaration
(s: &str)
express/src/parse.rs:747
Methodderef
(&self)
cdt/src/indexes.rs:69
Functionderive_clause
(s: &str)
express/src/parse.rs:777
Methodderivs
(&self, uv: DVec2)
nurbs/src/nurbs_surface.rs:18
Methodderivs
(&self, u: f64)
nurbs/src/bspline_curve.rs:10
Methodderivs
Computes the derivatives of the curve of order up to and including `d` at location `t`, using basis functions of order `p + 1` respectively. ALGORITH
nurbs/src/nurbs_curve.rs:20
Methodderivs
(&self, uv: DVec2)
nurbs/src/bspline_surface.rs:17
Methoddiagnosis
(&self)
experiments/delegation_example_autogen.rs:145
Functiondigit
124
express/src/parse.rs:143
Methoddog_breed
(&self)
experiments/delegation_example_autogen.rs:103
Methoddraw
(&self, frame: &wgpu::SwapChainTexture, depth_view: &wgpu::TextureView, encode
gui/src/backdrop.rs:63
Functiondupe_start
()
cdt/src/triangulate.rs:1336
Functionduplicate_point
()
cdt/src/triangulate.rs:1298
Functionelement
(s: &str)
express/src/parse.rs:796
Methodempty
()
cdt/src/indexes.rs:21
Methodempty
()
step/src/id.rs:9
Functionencoded_character
126
express/src/parse.rs:151
← previousnext →201–300 of 523, ranked by callers