You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ grep -nr Tesselation GeometryBasics.jl
GeometryBasics.jl/test/runtests.jl:315: # @test_warn Tesselation(Rect2f(0, 0, 2, 2), 10)
GeometryBasics.jl/test/runtests.jl:316: @test Tesselation(Rect2f(0, 0, 2, 2), 10) == Tessellation(Rect2f(0, 0, 2, 2), 10)
GeometryBasics.jl/src/interfaces.jl:88:Base.@deprecate_binding Tesselation Tessellation
$ grep -nr Verifaction GeometryBasics.jl
GeometryBasics.jl/test/meshes.jl:122: @testset "Verifaction" begin
$ grep -nr atttributes GeometryBasics.jl
GeometryBasics.jl/src/meshes.jl:336:mesh that contains no FaceViews, reordering and duplicating vertex atttributes
$ grep -nr calcalute GeometryBasics.jl
GeometryBasics.jl/src/interfaces.jl:38: # Overload normals(primitive::YourPrimitive), to calcalute the normals
$ grep -nr concious GeometryBasics.jl
GeometryBasics.jl/docs/src/primitives.md:136:Here we should be concious of the winding direction of faces.
$ grep -nr correspondering GeometryBasics.jl
GeometryBasics.jl/src/meshes.jl:137:`pointtype`, `facetype` and `uvtype` are set by the correspondering keyword arguments.
GeometryBasics.jl/src/meshes.jl:157:by the correspondering keyword arguments.
GeometryBasics.jl/src/meshes.jl:178:by the correspondering keyword arguments.
GeometryBasics.jl/src/meshes.jl:195:by the correspondering keyword arguments.
$ grep -nr countaining GeometryBasics.jl
GeometryBasics.jl/src/boundingboxes.jl:8:Construct a bounding box countaining all the given points.
$ grep -nr dictionairy GeometryBasics.jl
GeometryBasics.jl/src/basic_types.jl:629:Returns a dictionairy containing the vertex attributes of the given mesh.
$ grep -nr prallelepiped GeometryBasics.jl
GeometryBasics.jl/docs/src/primitives.md:135:The faces of a prallelepiped are parallelograms, which we can describe with `QuadFace`.
$ grep -nr primtive GeometryBasics.jl
GeometryBasics.jl/src/interfaces.jl:130:Dependent on the given type, extracts data from the primtive and converts its
$ grep -nr remmaped GeometryBasics.jl
GeometryBasics.jl/src/meshes.jl:420: # keep track of the remmaped indices for one vertex so we don't have to
$ grep -nr resest GeometryBasics.jl
GeometryBasics.jl/src/triangulation.jl:171: #= resest error detection counter =#
$ grep -nr tranform GeometryBasics.jl
GeometryBasics.jl/src/primitives/rectangles.jl:219: # make sure our points are sized for the tranform
GeometryBasics.jl/src/primitives/rectangles.jl:224: # tranform all points, tracking min and max points
GeometryBasics.jl/src/primitives/rectangles.jl:242: # make sure our points are sized for the tranform
GeometryBasics.jl/src/primitives/rectangles.jl:246: # tranform all points, tracking min and max points
GeometryBasics.jl/src/primitives/rectangles.jl:265: # make sure our points are sized for the tranform
GeometryBasics.jl/src/primitives/rectangles.jl:271: # tranform all points, tracking min and max points
$ grep -nr untill GeometryBasics.jl
GeometryBasics.jl/src/viewtypes.jl:63:Between each polytope, `skip` elements are skipped untill the next starts.
$ grep -nr windig GeometryBasics.jl
GeometryBasics.jl/docs/src/primitives.md:138:For example GeometryBasics normal generation and OpenGL's backface culling assume a counter-clockwise windig direction to correspond to a front-facing face.
$
This grepped for string could begin also with an uppercase character.
$ grep -nr cartesian GeometryBasics.jl
GeometryBasics.jl/src/primitives/rectangles.jl:6:Formally it is the cartesian product of intervals, which is represented by the
GeometryBasics.jl/src/primitives/rectangles.jl:20:A rectangle in N dimensions, formally the cartesian product of intervals. See also [`HyperRectangle`](@ref). Its aliases are
$
The text was updated successfully, but these errors were encountered:
The "Tesselation" cases look like they're just the deprecation + test. Those should stay. The rest look like real typos/mistakes to me. Would be good to fix those
If these replacement strings look good I will open a PR after the New Year.
TessellationVerification
attributes
calculate
conscious
corresponding
containing
dictionary
parallelepiped
primitive
remapped
reset
transform
until
winding
This grepped for string could begin also with an uppercase character.
The text was updated successfully, but these errors were encountered: