├── .github └── workflows │ └── build.yml ├── .gitignore ├── .swiftformat ├── .swiftpm └── xcode │ └── package.xcworkspace │ └── contents.xcworkspacedata ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Euclid.docc ├── ConstructingMeshes.md ├── Euclid.md ├── Extensions │ ├── Angle.md │ ├── Bounds.md │ ├── Color.md │ ├── Line.md │ ├── LineSegment.md │ ├── Mesh.md │ ├── Path.md │ ├── PathPoint.md │ ├── Plane.md │ ├── Polygon.md │ ├── Rotation.md │ ├── Transform.md │ ├── Vector.md │ └── Vertex.md └── RenderingMeshes.md ├── Euclid.png ├── Euclid.podspec.json ├── Euclid.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcshareddata │ ├── xcbaselines │ └── 01F995E62E6455BD0017AAC8.xcbaseline │ │ ├── 8C068051-1BA5-4790-A538-AF1EC8F13366.plist │ │ ├── FE7F1922-E9ED-419A-9FD3-BDE46BDC14AF.plist │ │ └── Info.plist │ └── xcschemes │ ├── Euclid.xcscheme │ ├── Example.xcscheme │ └── PerformanceTests.xcscheme ├── Example ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json ├── EuclidMesh.swift ├── Info.plist ├── RealityKitViewController.swift ├── SceneDelegate.swift ├── SceneKitViewController.swift └── VolumetricView.swift ├── LICENSE.md ├── Package.swift ├── PerformanceTests ├── PerformanceTests.swift └── RegressionTests.swift ├── README.md ├── Sources ├── Angle.swift ├── ApproximateEquality.swift ├── BSP.swift ├── Bounded.swift ├── Bounds.swift ├── Color.swift ├── Euclid+AppKit.swift ├── Euclid+CoreGraphics.swift ├── Euclid+CoreText.swift ├── Euclid+RealityKit.swift ├── Euclid+SIMD.swift ├── Euclid+SceneKit.swift ├── Euclid+UIKit.swift ├── Interpolatable.swift ├── Line.swift ├── LineComparable.swift ├── LineSegment+CSG.swift ├── LineSegment.swift ├── Mesh+CSG.swift ├── Mesh+IO.swift ├── Mesh+OBJ.swift ├── Mesh+OFF.swift ├── Mesh+STL.swift ├── Mesh+Shapes.swift ├── Mesh+Texcoords.swift ├── Mesh.swift ├── Path+CSG.swift ├── Path+Shapes.swift ├── Path.swift ├── PathPoint.swift ├── Plane.swift ├── PlaneComparable.swift ├── PointComparable.swift ├── Polygon+CSG.swift ├── Polygon.swift ├── Rotation.swift ├── Stretchable.swift ├── Transform.swift ├── Transformable.swift ├── Utilities.swift ├── Vector.swift ├── Vertex.swift └── VertexSet.swift ├── Tests ├── AngleTests.swift ├── BoundsTests.swift ├── CGPathTests.swift ├── CodingTests.swift ├── Cube.stl ├── DebugDescriptionTests.swift ├── Euclid+Testing.swift ├── LineSegmentCSGTests.swift ├── LineSegmentTests.swift ├── LineTests.swift ├── MeshCSGTests.swift ├── MeshExportTests.swift ├── MeshImportTests.swift ├── MeshLatheTests.swift ├── MeshLoftTests.swift ├── MeshShapeTests.swift ├── MeshTests.swift ├── MetadataTests.swift ├── PathCSGTests.swift ├── PathShapeTests.swift ├── PathTests.swift ├── PlaneTests.swift ├── PolygonCSGTests.swift ├── PolygonTests.swift ├── RealityKitTests.swift ├── RotationTests.swift ├── SceneKitTests.swift ├── StretchableTests.swift ├── TextTests.swift ├── TransformTests.swift ├── UtilityTests.swift ├── VectorTests.swift └── VertexSetTests.swift ├── docbuild.bash ├── docpreview.sh ├── docs ├── assets.json ├── css │ ├── 39.cc2d61d1.css │ ├── 989.4f123103.css │ ├── documentation-topic.b031fba4.css │ ├── index.d0b63544.css │ ├── topic.59e2bdb7.css │ └── tutorials-overview.9c2b2457.css ├── data │ └── documentation │ │ ├── euclid.json │ │ └── euclid │ │ ├── angle.json │ │ ├── angle │ │ ├── !=(_:_:).json │ │ ├── '...(_:)-3s6ak.json │ │ ├── '...(_:)-7xdsm.json │ │ ├── '...(_:_:).json │ │ ├── '.._(_:).json │ │ ├── '.._(_:_:).json │ │ ├── *(_:_:)-2ew65.json │ │ ├── *(_:_:)-8l78z.json │ │ ├── *(_:_:)-8r8im.json │ │ ├── *(_:_:)-98smn.json │ │ ├── *=(_:_:)-627c2.json │ │ ├── *=(_:_:)-7mvfa.json │ │ ├── +(_:).json │ │ ├── +(_:_:).json │ │ ├── +=(_:_:).json │ │ ├── -(_:).json │ │ ├── -(_:_:).json │ │ ├── -=(_:_:).json │ │ ├── _(_:_:)-1aqv9.json │ │ ├── _(_:_:)-2mi78.json │ │ ├── _(_:_:)-34kn9.json │ │ ├── _(_:_:)-3cj5w.json │ │ ├── _(_:_:)-filj.json │ │ ├── _=(_:_:)-375to.json │ │ ├── _=(_:_:)-3i39k.json │ │ ├── _=(_:_:)-81sn3.json │ │ ├── _=(_:_:)-9rm6o.json │ │ ├── acos(_:).json │ │ ├── additivearithmetic-implementations.json │ │ ├── asin(_:).json │ │ ├── atan(_:).json │ │ ├── atan2(y:x:).json │ │ ├── comparable-implementations.json │ │ ├── customstringconvertible-implementations.json │ │ ├── decodable-implementations.json │ │ ├── degrees(_:).json │ │ ├── degrees.json │ │ ├── description.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── halfpi.json │ │ ├── init(degrees:).json │ │ ├── init(from:).json │ │ ├── init(radians:).json │ │ ├── iszero.json │ │ ├── pi.json │ │ ├── radians(_:).json │ │ ├── radians.json │ │ ├── remainder(dividingby:).json │ │ ├── twopi.json │ │ └── zero.json │ │ ├── bounded.json │ │ ├── bounded │ │ └── bounds.json │ │ ├── bounds.json │ │ ├── bounds │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── center.json │ │ ├── compare(with:).json │ │ ├── containspoint(_:).json │ │ ├── corners.json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:).json │ │ ├── empty.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── formintersection(_:).json │ │ ├── formminkowskisum(with:).json │ │ ├── formunion(_:).json │ │ ├── init(_:)-27jri.json │ │ ├── init(_:)-4z4uf.json │ │ ├── init(_:)-5bh7b.json │ │ ├── init(_:)-7uurk.json │ │ ├── init(_:)-7w2gb.json │ │ ├── init(_:)-fb5g.json │ │ ├── init(_:)-fqn0.json │ │ ├── init(_:)-r54o.json │ │ ├── init(_:_:).json │ │ ├── init(from:).json │ │ ├── init(min:max:).json │ │ ├── inset(by:)-49ykf.json │ │ ├── inset(by:)-4gk62.json │ │ ├── intersection(_:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:)-1hsp.json │ │ ├── intersects(_:)-7lw4v.json │ │ ├── intersects(_:)-8wr1y.json │ │ ├── intersects(_:)-95v17.json │ │ ├── intersects(_:)-9r2iu.json │ │ ├── intersects(_:)-jp9x.json │ │ ├── isempty.json │ │ ├── linecomparable-implementations.json │ │ ├── max.json │ │ ├── min.json │ │ ├── minkowskisum(with:).json │ │ ├── nearestpoint(to:).json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-7dhh3.json │ │ ├── scale(by:)-mpk5.json │ │ ├── scaled(by:)-5dvvh.json │ │ ├── scaled(by:)-6epo6.json │ │ ├── signeddistance(from:).json │ │ ├── size.json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── undirectededges.json │ │ └── union(_:).json │ │ ├── color.json │ │ ├── color │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── a.json │ │ ├── b.json │ │ ├── black.json │ │ ├── blue.json │ │ ├── clear.json │ │ ├── components.json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── cyan.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── expressiblebyarrayliteral-implementations.json │ │ ├── g.json │ │ ├── gray.json │ │ ├── green.json │ │ ├── init(_:)-25eby.json │ │ ├── init(_:)-7d8un.json │ │ ├── init(_:)-987r7.json │ │ ├── init(_:_:).json │ │ ├── init(_:_:_:_:).json │ │ ├── init(arrayliteral:).json │ │ ├── init(from:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── lerp(_:_:).json │ │ ├── magenta.json │ │ ├── orange.json │ │ ├── r.json │ │ ├── red.json │ │ ├── white.json │ │ ├── withalpha(_:).json │ │ └── yellow.json │ │ ├── constructingmeshes.json │ │ ├── cos(_:).json │ │ ├── interpolatable.json │ │ ├── interpolatable │ │ └── interpolated(with:by:).json │ │ ├── line.json │ │ ├── line │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── compare(with:).json │ │ ├── containspoint(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── direction.json │ │ ├── distance(from:)-4g1c5.json │ │ ├── distance(from:)-4o41.json │ │ ├── distance(from:)-77i61.json │ │ ├── distance(from:)-8eb1u.json │ │ ├── distance(from:)-9e6ey.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── init(_:).json │ │ ├── init(from:).json │ │ ├── init(origin:direction:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── intersection(with:)-2nysu.json │ │ ├── intersection(with:)-2ooms.json │ │ ├── intersection(with:)-3y1jt.json │ │ ├── intersection(with:)-5y3zr.json │ │ ├── intersection(with:)-7s1sd.json │ │ ├── intersection(with:)-88med.json │ │ ├── intersects(_:)-4qbek.json │ │ ├── intersects(_:)-5e2gp.json │ │ ├── intersects(_:)-6r5bc.json │ │ ├── intersects(_:).json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── origin.json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-5jfow.json │ │ ├── scale(by:)-74kzv.json │ │ ├── scaled(by:)-17goh.json │ │ ├── scaled(by:)-6q4xr.json │ │ ├── signeddistance(from:).json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ └── translated(by:).json │ │ ├── linecomparable.json │ │ ├── linecomparable │ │ ├── distance(from:).json │ │ ├── intersects(_:)-3xh7b.json │ │ └── intersects(_:).json │ │ ├── linesegment.json │ │ ├── linesegment │ │ ├── !=(_:_:).json │ │ ├── '...(_:)-2uz97.json │ │ ├── '...(_:)-732z3.json │ │ ├── '...(_:_:).json │ │ ├── '.._(_:).json │ │ ├── '.._(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── _(_:_:)-9688a.json │ │ ├── _(_:_:).json │ │ ├── _=(_:_:)-5dvuy.json │ │ ├── _=(_:_:)-8q2nt.json │ │ ├── bounded-implementations.json │ │ ├── bounds.json │ │ ├── cancellationhandler.json │ │ ├── clip(to:).json │ │ ├── clipped(to:).json │ │ ├── clipped(to:iscancelled:).json │ │ ├── comparable-implementations.json │ │ ├── compare(with:).json │ │ ├── containspoint(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── direction.json │ │ ├── distance(from:)-1js5s.json │ │ ├── distance(from:)-25au9.json │ │ ├── distance(from:)-85838.json │ │ ├── distance(from:)-8lhq5.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── end.json │ │ ├── equatable-implementations.json │ │ ├── init(from:).json │ │ ├── init(start:end:).json │ │ ├── init(undirected:).json │ │ ├── init(undirected:_:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── intersection(with:)-1qjiy.json │ │ ├── intersection(with:)-1tffl.json │ │ ├── intersection(with:)-2u7vo.json │ │ ├── intersection(with:)-3tcin.json │ │ ├── intersection(with:)-4vq1t.json │ │ ├── intersection(with:)-5hke2.json │ │ ├── intersects(_:)-3u1wv.json │ │ ├── intersects(_:)-4b1z8.json │ │ ├── intersects(_:)-4fnbt.json │ │ ├── intersects(_:)-5v6ed.json │ │ ├── intersects(_:)-76jp5.json │ │ ├── intersects(_:)-9ht82.json │ │ ├── inverted().json │ │ ├── length.json │ │ ├── lengthanddirection.json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-2v2ef.json │ │ ├── scale(by:)-8v4ag.json │ │ ├── scaled(by:)-2lm8c.json │ │ ├── scaled(by:)-37r1v.json │ │ ├── signeddistance(from:).json │ │ ├── split(along:).json │ │ ├── start.json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ └── translated(by:).json │ │ ├── max(_:_:).json │ │ ├── mesh.json │ │ ├── mesh │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── alignment.json │ │ ├── bounded-implementations.json │ │ ├── bounds.json │ │ ├── cancellationhandler.json │ │ ├── clip(to:fill:).json │ │ ├── clipped(to:fill:).json │ │ ├── clipped(to:iscancelled:).json │ │ ├── compare(with:).json │ │ ├── cone(radius:height:slices:stacks:poledetail:adddetailatbottompole:faces:wrapmode:material:).json │ │ ├── containspoint(_:).json │ │ ├── convexhull(of:iscancelled:)-6ttl5.json │ │ ├── convexhull(of:iscancelled:)-98ry4.json │ │ ├── convexhull(of:material:iscancelled:)-2otb6.json │ │ ├── convexhull(of:material:iscancelled:)-5b6nc.json │ │ ├── convexhull(of:material:iscancelled:)-6ayc1.json │ │ ├── convexhull(of:material:iscancelled:)-6u5t9.json │ │ ├── convexhull(of:material:iscancelled:)-9jzvt.json │ │ ├── convexhull(with:iscancelled:).json │ │ ├── cube(center:size:faces:wrapmode:material:)-8t5q8.json │ │ ├── cube(center:size:faces:wrapmode:material:)-eado.json │ │ ├── cubemapped().json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── cylinder(radius:height:slices:poledetail:faces:wrapmode:material:).json │ │ ├── cylindermapped().json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── detessellate().json │ │ ├── detriangulate().json │ │ ├── difference(_:iscancelled:).json │ │ ├── distance(from:)-27q5u.json │ │ ├── distance(from:)-4ge8y.json │ │ ├── distance(from:)-5tciz.json │ │ ├── distance(from:)-6cs2x.json │ │ ├── edges(intersecting:).json │ │ ├── edges(intersecting:iscancelled:).json │ │ ├── empty.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── extrude(_:along:twist:align:faces:material:iscancelled:).json │ │ ├── extrude(_:depth:twist:sections:faces:material:iscancelled:)-2tivu.json │ │ ├── extrude(_:depth:twist:sections:faces:material:iscancelled:)-460t4.json │ │ ├── faces.json │ │ ├── faces │ │ │ ├── !=(_:_:).json │ │ │ ├── back.json │ │ │ ├── default.json │ │ │ ├── equatable-implementations.json │ │ │ ├── front.json │ │ │ └── frontandback.json │ │ ├── fill(_:faces:material:iscancelled:)-3eajk.json │ │ ├── fill(_:faces:material:iscancelled:)-56xlt.json │ │ ├── flatteningnormals().json │ │ ├── hastexcoords.json │ │ ├── hasvertexcolors.json │ │ ├── hasvertexnormals.json │ │ ├── icosahedron(radius:faces:wrapmode:material:).json │ │ ├── icosphere(radius:subdivisions:faces:wrapmode:material:iscancelled:).json │ │ ├── init(_:).json │ │ ├── init(_:ignoringtransforms:materiallookup:).json │ │ ├── init(_:material:).json │ │ ├── init(_:materiallookup:)-155xt.json │ │ ├── init(_:materiallookup:)-3drza.json │ │ ├── init(_:materiallookup:)-7p5hd.json │ │ ├── init(_:materials:)-22brv.json │ │ ├── init(_:materials:)-2xnt3.json │ │ ├── init(_:materials:)-4k8gs.json │ │ ├── init(from:).json │ │ ├── init(objstring:).json │ │ ├── init(offstring:).json │ │ ├── init(stldata:materiallookup:).json │ │ ├── init(stlstring:).json │ │ ├── init(submeshes:).json │ │ ├── init(url:ignoringtransforms:materiallookup:).json │ │ ├── init(url:materiallookup:).json │ │ ├── inset(by:).json │ │ ├── intersection(_:iscancelled:)-swift.method.json │ │ ├── intersection(_:iscancelled:)-swift.type.method.json │ │ ├── intersection(with:).json │ │ ├── intersects(_:)-1nvd3.json │ │ ├── intersects(_:)-2u3t.json │ │ ├── intersects(_:)-3rdg.json │ │ ├── intersects(_:)-81cpy.json │ │ ├── intersects(_:)-btim.json │ │ ├── inverted().json │ │ ├── ioerror.json │ │ ├── ioerror │ │ │ ├── customnserror-implementations.json │ │ │ ├── error-implementations.json │ │ │ ├── errorcode.json │ │ │ ├── errordomain.json │ │ │ ├── erroruserinfo.json │ │ │ └── localizeddescription.json │ │ ├── isempty.json │ │ ├── iswatertight.json │ │ ├── lathe(_:slices:poledetail:adddetailforflatpoles:faces:wrapmode:material:iscancelled:).json │ │ ├── linecomparable-implementations.json │ │ ├── loft(_:faces:material:iscancelled:).json │ │ ├── makewatertight().json │ │ ├── mapvertexcolors(_:).json │ │ ├── material.json │ │ ├── materials.json │ │ ├── merge(_:)-swift.method.json │ │ ├── merge(_:)-swift.type.method.json │ │ ├── minkowskidifference(from:iscancelled:).json │ │ ├── minkowskisum(along:).json │ │ ├── minkowskisum(along:iscancelled:).json │ │ ├── minkowskisum(of:iscancelled:).json │ │ ├── minkowskisum(with:)-3zfuj.json │ │ ├── minkowskisum(with:)-kn6k.json │ │ ├── minkowskisum(with:iscancelled:)-91w1n.json │ │ ├── minkowskisum(with:iscancelled:)-96d9.json │ │ ├── nearestpoint(to:).json │ │ ├── objstring().json │ │ ├── offstring().json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── polygons.json │ │ ├── polygonsbymaterial.json │ │ ├── realitykitmaterialprovider.json │ │ ├── reflected(along:).json │ │ ├── replacing(_:with:).json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-1h2f7.json │ │ ├── scale(by:)-9pjki.json │ │ ├── scaled(by:)-90bab.json │ │ ├── scaled(by:)-94kks.json │ │ ├── scnmaterialprovider.json │ │ ├── signeddistance(from:).json │ │ ├── signedvolume.json │ │ ├── smoothingnormals(foranglesgreaterthan:).json │ │ ├── sphere(radius:slices:stacks:poledetail:faces:wrapmode:material:).json │ │ ├── spheremapped().json │ │ ├── split(along:).json │ │ ├── stencil(_:iscancelled:)-swift.method.json │ │ ├── stencil(_:iscancelled:)-swift.type.method.json │ │ ├── stlcolorprovider.json │ │ ├── stldata(colorlookup:).json │ │ ├── stldata(format:).json │ │ ├── stldata(options:).json │ │ ├── stlmaterialprovider.json │ │ ├── stlstring(name:).json │ │ ├── stlstring(options:).json │ │ ├── stroke(_:width:detail:material:iscancelled:)-2rx6l.json │ │ ├── stroke(_:width:detail:material:iscancelled:)-7vbo2.json │ │ ├── stroke(_:width:detail:material:iscancelled:)-85o14.json │ │ ├── subdivide().json │ │ ├── submeshes.json │ │ ├── subtracting(_:iscancelled:).json │ │ ├── surfacearea.json │ │ ├── symmetricdifference(_:iscancelled:)-swift.method.json │ │ ├── symmetricdifference(_:iscancelled:)-swift.type.method.json │ │ ├── tessellate(maxsides:).json │ │ ├── text(_:font:width:depth:detail:material:).json │ │ ├── text(_:width:depth:detail:material:).json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── triangulate().json │ │ ├── union(_:iscancelled:)-swift.method.json │ │ ├── union(_:iscancelled:)-swift.type.method.json │ │ ├── uniqueedges.json │ │ ├── volume.json │ │ ├── withmaterial(_:).json │ │ ├── withouttexcoords().json │ │ ├── withoutvertexcolors().json │ │ ├── withtexturetransform(_:).json │ │ ├── wrapmode.json │ │ ├── wrapmode │ │ │ ├── !=(_:_:).json │ │ │ ├── default.json │ │ │ ├── equatable-implementations.json │ │ │ ├── none.json │ │ │ ├── shrink.json │ │ │ └── tube.json │ │ └── write(to:materiallookup:).json │ │ ├── min(_:_:).json │ │ ├── path.json │ │ ├── path │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── alignment.json │ │ ├── alignment │ │ │ ├── !=(_:_:).json │ │ │ ├── axis.json │ │ │ ├── default.json │ │ │ ├── equatable-implementations.json │ │ │ └── tangent.json │ │ ├── arc(angle:radius:segments:color:).json │ │ ├── bounded-implementations.json │ │ ├── bounds.json │ │ ├── cancellationhandler.json │ │ ├── circle(radius:segments:color:).json │ │ ├── clipped(to:).json │ │ ├── clipped(to:iscancelled:)-2ai93.json │ │ ├── clipped(to:iscancelled:)-54zhj.json │ │ ├── closed().json │ │ ├── compare(with:).json │ │ ├── curve(_:detail:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:).json │ │ ├── edgevertices(for:).json │ │ ├── edgevertices.json │ │ ├── ellipse(width:height:segments:color:).json │ │ ├── empty.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── extrusioncontours(along:twist:align:).json │ │ ├── facenormal.json │ │ ├── facepolygons(material:).json │ │ ├── facevertices.json │ │ ├── hascolors.json │ │ ├── hastexcoords.json │ │ ├── init(_:)-3c0eo.json │ │ ├── init(_:)-8w74j.json │ │ ├── init(_:color:)-5lnql.json │ │ ├── init(_:color:)-9i9t1.json │ │ ├── init(_:color:)-snde.json │ │ ├── init(_:detail:color:).json │ │ ├── init(from:).json │ │ ├── init(subpaths:).json │ │ ├── inset(by:).json │ │ ├── intersects(_:).json │ │ ├── inverted().json │ │ ├── isclosed.json │ │ ├── isempty.json │ │ ├── isplanar.json │ │ ├── latheprofile.json │ │ ├── length.json │ │ ├── line(_:_:color:).json │ │ ├── line(_:color:).json │ │ ├── linecomparable-implementations.json │ │ ├── mapcolors(_:).json │ │ ├── orderededges.json │ │ ├── plane.json │ │ ├── planecomparable-implementations.json │ │ ├── points.json │ │ ├── polygon(radius:sides:color:).json │ │ ├── rectangle(width:height:color:).json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── roundedrectangle(width:height:radius:detail:color:).json │ │ ├── scale(by:)-1kdd7.json │ │ ├── scale(by:)-vnel.json │ │ ├── scaled(by:)-19jpq.json │ │ ├── scaled(by:)-84xdd.json │ │ ├── signeddistance(from:).json │ │ ├── split(along:).json │ │ ├── square(size:color:).json │ │ ├── subpaths.json │ │ ├── text(_:font:width:detail:color:).json │ │ ├── text(_:width:detail:).json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── undirectededges.json │ │ ├── withcolor(_:).json │ │ ├── withdetail(_:twist:).json │ │ └── withnormalizedposition().json │ │ ├── pathpoint.json │ │ ├── pathpoint │ │ ├── !=(_:_:).json │ │ ├── *(_:_:)-9qb43.json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── color.json │ │ ├── compare(with:).json │ │ ├── curve(_:_:_:texcoord:color:).json │ │ ├── curve(_:texcoord:color:).json │ │ ├── curved(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:).json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── init(_:).json │ │ ├── init(_:_:_:texcoord:color:iscurved:).json │ │ ├── init(_:texcoord:color:iscurved:).json │ │ ├── init(from:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:).json │ │ ├── iscurved.json │ │ ├── lerp(_:_:).json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── planecomparable-implementations.json │ │ ├── point(_:_:_:texcoord:color:).json │ │ ├── point(_:texcoord:color:).json │ │ ├── pointcomparable-implementations.json │ │ ├── position.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-4egi6.json │ │ ├── scale(by:)-7pxnt.json │ │ ├── scaled(by:)-4wtbg.json │ │ ├── scaled(by:)-7e3o7.json │ │ ├── signeddistance(from:).json │ │ ├── texcoord.json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ └── withcolor(_:).json │ │ ├── plane.json │ │ ├── plane │ │ ├── !=(_:_:).json │ │ ├── '...(_:)-49h2f.json │ │ ├── '...(_:)-4yucl.json │ │ ├── '...(_:_:).json │ │ ├── '.._(_:).json │ │ ├── '.._(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── _(_:_:)-3fd8h.json │ │ ├── _(_:_:).json │ │ ├── _=(_:_:)-1oq2t.json │ │ ├── _=(_:_:)-5nk27.json │ │ ├── comparable-implementations.json │ │ ├── compare(with:).json │ │ ├── containspoint(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:)-1sbj.json │ │ ├── distance(from:)-2o5e6.json │ │ ├── distance(from:)-32yd2.json │ │ ├── distance(from:)-4jevq.json │ │ ├── distance(from:)-6i5d.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── init(from:).json │ │ ├── init(normal:pointonplane:).json │ │ ├── init(points:).json │ │ ├── intersection(with:)-3mocl.json │ │ ├── intersection(with:)-4v7tg.json │ │ ├── intersection(with:)-79olr.json │ │ ├── intersection(with:)-9o28g.json │ │ ├── intersects(_:)-10qav.json │ │ ├── intersects(_:)-1yz1c.json │ │ ├── intersects(_:)-5acvs.json │ │ ├── intersects(_:)-6y8of.json │ │ ├── intersects(_:)-790uh.json │ │ ├── intersects(_:)-eqdg.json │ │ ├── inverted().json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── normal.json │ │ ├── origin.json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-677dp.json │ │ ├── scale(by:)-758tv.json │ │ ├── scaled(by:)-29v7y.json │ │ ├── scaled(by:)-6axqe.json │ │ ├── signeddistance(from:)-3hgu1.json │ │ ├── signeddistance(from:)-8apl1.json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── w.json │ │ ├── xy.json │ │ ├── xz.json │ │ └── yz.json │ │ ├── planecomparable.json │ │ ├── planecomparable │ │ ├── compare(with:).json │ │ ├── distance(from:).json │ │ ├── intersects(_:).json │ │ └── signeddistance(from:).json │ │ ├── planecomparison.json │ │ ├── planecomparison │ │ ├── !=(_:_:).json │ │ ├── back.json │ │ ├── coplanar.json │ │ ├── equatable-implementations.json │ │ ├── front.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── init(rawvalue:).json │ │ ├── rawrepresentable-implementations.json │ │ └── spanning.json │ │ ├── pointcomparable.json │ │ ├── pointcomparable │ │ ├── distance(from:)-3c6uk.json │ │ ├── distance(from:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:)-7wey.json │ │ ├── intersects(_:).json │ │ └── nearestpoint(to:).json │ │ ├── polygon.json │ │ ├── polygon │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── area.json │ │ ├── bounded-implementations.json │ │ ├── bounds.json │ │ ├── cancellationhandler.json │ │ ├── center.json │ │ ├── centroid.json │ │ ├── clip(to:).json │ │ ├── clipped(to:).json │ │ ├── clipped(to:iscancelled:)-9srba.json │ │ ├── clipped(to:iscancelled:)-zq0h.json │ │ ├── codableclasses.json │ │ ├── compare(with:).json │ │ ├── containspoint(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:)-1ulo1.json │ │ ├── distance(from:)-4hlw9.json │ │ ├── distance(from:)-78gff.json │ │ ├── distance(from:)-8gud1.json │ │ ├── edges(intersecting:).json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── flatteningnormals().json │ │ ├── hastexcoords.json │ │ ├── hasvertexcolors.json │ │ ├── hasvertexnormals.json │ │ ├── init(_:material:)-4mwx7.json │ │ ├── init(_:material:)-5edpl.json │ │ ├── init(_:material:)-9mns5.json │ │ ├── init(from:).json │ │ ├── init(shape:material:).json │ │ ├── inset(by:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:)-4f51y.json │ │ ├── intersects(_:)-6gem2.json │ │ ├── intersects(_:)-87xk8.json │ │ ├── intersects(_:)-88unb.json │ │ ├── intersects(_:)-jd8x.json │ │ ├── inverted().json │ │ ├── isconvex.json │ │ ├── linecomparable-implementations.json │ │ ├── maptexcoords(_:).json │ │ ├── mapvertexcolors(_:).json │ │ ├── mapvertices(_:)-3k938.json │ │ ├── mapvertices(_:)-6evr.json │ │ ├── material-swift.property.json │ │ ├── material-swift.typealias.json │ │ ├── merge(_:ensureconvex:).json │ │ ├── nearestpoint(to:).json │ │ ├── orderededges.json │ │ ├── plane.json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── reflected(along:).json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-2pycj.json │ │ ├── scale(by:)-3en6y.json │ │ ├── scaled(by:)-69m6m.json │ │ ├── scaled(by:)-8sjrv.json │ │ ├── signeddistance(from:).json │ │ ├── signedvolume.json │ │ ├── split(along:).json │ │ ├── subdivide().json │ │ ├── tessellate(maxsides:).json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── triangulate().json │ │ ├── undirectededges.json │ │ ├── vertices.json │ │ ├── withmaterial(_:).json │ │ ├── withouttexcoords().json │ │ └── withoutvertexcolors().json │ │ ├── renderingmeshes.json │ │ ├── rotation.json │ │ ├── rotation │ │ ├── !=(_:_:).json │ │ ├── *(_:_:)-55zcf.json │ │ ├── *(_:_:)-5fe82.json │ │ ├── *=(_:_:)-68kkw.json │ │ ├── *=(_:_:)-7u9hf.json │ │ ├── -(_:).json │ │ ├── _(_:_:).json │ │ ├── _=(_:_:).json │ │ ├── angle.json │ │ ├── axis.json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── forward.json │ │ ├── identity.json │ │ ├── init().json │ │ ├── init(_:)-68leo.json │ │ ├── init(_:)-7j4ql.json │ │ ├── init(_:)-8izj.json │ │ ├── init(axis:angle:).json │ │ ├── init(from:).json │ │ ├── init(from:to:).json │ │ ├── init(pitch:yaw:roll:).json │ │ ├── init(roll:yaw:pitch:).json │ │ ├── init(yaw:pitch:roll:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── isidentity.json │ │ ├── pitch(_:).json │ │ ├── pitch.json │ │ ├── right.json │ │ ├── roll(_:).json │ │ ├── roll.json │ │ ├── rotate(_:).json │ │ ├── slerp(_:_:).json │ │ ├── up.json │ │ ├── yaw(_:).json │ │ └── yaw.json │ │ ├── sin(_:).json │ │ ├── stlbinaryoptions.json │ │ ├── stlbinaryoptions │ │ ├── colorlookup.json │ │ ├── header.json │ │ ├── init(header:zeronormals:colorlookup:).json │ │ └── zeronormals.json │ │ ├── stlformat.json │ │ ├── stlformat │ │ ├── binary(_:).json │ │ └── text(_:).json │ │ ├── stltextoptions.json │ │ ├── stltextoptions │ │ ├── indent.json │ │ ├── init(name:indent:zeronormals:).json │ │ ├── name.json │ │ └── zeronormals.json │ │ ├── tan(_:).json │ │ ├── transform.json │ │ ├── transform │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── identity.json │ │ ├── init(_:)-7hvb3.json │ │ ├── init(_:)-83oy3.json │ │ ├── init(_:)-cys2.json │ │ ├── init(from:).json │ │ ├── init(offset:rotation:scale:).json │ │ ├── init(scale:rotation:translation:)-3r4ze.json │ │ ├── init(scale:rotation:translation:)-62ups.json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── isflipped.json │ │ ├── isidentity.json │ │ ├── offset(_:).json │ │ ├── offset.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── rotation(_:).json │ │ ├── rotation.json │ │ ├── scale(_:)-55t4p.json │ │ ├── scale(_:)-7a30s.json │ │ ├── scale(by:)-55r4j.json │ │ ├── scale(by:)-9i9s9.json │ │ ├── scale.json │ │ ├── scaled(by:)-19ukh.json │ │ ├── scaled(by:)-9vwak.json │ │ ├── transform(by:).json │ │ ├── transform(from:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── translation(_:).json │ │ └── translation.json │ │ ├── transformable.json │ │ ├── transformable │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-89xwv.json │ │ ├── scale(by:)-8ec9r.json │ │ ├── scaled(by:)-3shbk.json │ │ ├── scaled(by:)-5p6di.json │ │ ├── transform(by:).json │ │ ├── transformed(by:)-21ah6.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ └── translated(by:).json │ │ ├── vector.json │ │ ├── vector │ │ ├── !=(_:_:).json │ │ ├── '...(_:)-14arr.json │ │ ├── '...(_:)-8feph.json │ │ ├── '...(_:_:).json │ │ ├── '.._(_:).json │ │ ├── '.._(_:_:).json │ │ ├── *(_:_:)-48gl1.json │ │ ├── *(_:_:)-5mcy5.json │ │ ├── *(_:_:)-98mbu.json │ │ ├── *=(_:_:)-3ur4e.json │ │ ├── *=(_:_:).json │ │ ├── +(_:).json │ │ ├── +(_:_:).json │ │ ├── +=(_:_:).json │ │ ├── -(_:).json │ │ ├── -(_:_:).json │ │ ├── -=(_:_:).json │ │ ├── _(_:_:)-3ro6k.json │ │ ├── _(_:_:)-7i9lp.json │ │ ├── _(_:_:)-9obdn.json │ │ ├── _=(_:_:)-9s7pp.json │ │ ├── _=(_:_:)-j6oq.json │ │ ├── _=(_:_:).json │ │ ├── additivearithmetic-implementations.json │ │ ├── angle(with:)-29paf.json │ │ ├── angle(with:)-9sfg1.json │ │ ├── comparable-implementations.json │ │ ├── compare(with:).json │ │ ├── components.json │ │ ├── cross(_:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:)-2e328.json │ │ ├── distance(from:)-33ygh.json │ │ ├── distance(from:)-3eglz.json │ │ ├── distance(from:)-5p7ko.json │ │ ├── distance(from:)-9jrcu.json │ │ ├── distance(from:)-9tjq5.json │ │ ├── dot(_:).json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── expressiblebyarrayliteral-implementations.json │ │ ├── init(_:)-228p6.json │ │ ├── init(_:)-3hpag.json │ │ ├── init(_:)-4eop9.json │ │ ├── init(_:)-6nlm.json │ │ ├── init(_:)-7u5xi.json │ │ ├── init(_:)-894qv.json │ │ ├── init(_:_:_:).json │ │ ├── init(arrayliteral:).json │ │ ├── init(from:).json │ │ ├── init(size:)-8y52g.json │ │ ├── init(size:)-nkyk.json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:)-6v9sq.json │ │ ├── intersects(_:)-9jmqh.json │ │ ├── isnormalized.json │ │ ├── isone.json │ │ ├── iszero.json │ │ ├── length.json │ │ ├── lengthsquared.json │ │ ├── lerp(_:_:).json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── normalized().json │ │ ├── one.json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── projected(onto:)-2zsww.json │ │ ├── projected(onto:)-6d7xl.json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-55ayx.json │ │ ├── scale(by:)-8g7t0.json │ │ ├── scaled(by:)-350oy.json │ │ ├── scaled(by:)-356zr.json │ │ ├── signeddistance(from:).json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── unitx.json │ │ ├── unity.json │ │ ├── unitz.json │ │ ├── x.json │ │ ├── y.json │ │ ├── z.json │ │ └── zero.json │ │ ├── vertex.json │ │ └── vertex │ │ ├── !=(_:_:).json │ │ ├── *(_:_:).json │ │ ├── *=(_:_:).json │ │ ├── color.json │ │ ├── compare(with:).json │ │ ├── customdebugstringconvertible-implementations.json │ │ ├── custommirror.json │ │ ├── customreflectable-implementations.json │ │ ├── debugdescription.json │ │ ├── decodable-implementations.json │ │ ├── distance(from:).json │ │ ├── encodable-implementations.json │ │ ├── encode(to:).json │ │ ├── equatable-implementations.json │ │ ├── init(_:)-5517j.json │ │ ├── init(_:)-7go25.json │ │ ├── init(_:_:_:_:).json │ │ ├── init(_:_:_:normal:texcoord:color:).json │ │ ├── init(_:normal:texcoord:color:).json │ │ ├── init(from:).json │ │ ├── interpolatable-implementations.json │ │ ├── interpolated(with:by:).json │ │ ├── intersection(with:).json │ │ ├── intersects(_:).json │ │ ├── inverted().json │ │ ├── lerp(_:_:).json │ │ ├── linecomparable-implementations.json │ │ ├── nearestpoint(to:).json │ │ ├── normal.json │ │ ├── planecomparable-implementations.json │ │ ├── pointcomparable-implementations.json │ │ ├── position.json │ │ ├── reflected(along:).json │ │ ├── rotate(by:).json │ │ ├── rotated(by:).json │ │ ├── scale(by:)-1hyw0.json │ │ ├── scale(by:)-6c0wl.json │ │ ├── scaled(by:)-1dtbr.json │ │ ├── scaled(by:)-20sq4.json │ │ ├── signeddistance(from:).json │ │ ├── texcoord.json │ │ ├── transform(by:).json │ │ ├── transformable-implementations.json │ │ ├── transformed(by:).json │ │ ├── translate(by:).json │ │ ├── translated(by:).json │ │ ├── withcolor(_:).json │ │ ├── withnormal(_:).json │ │ ├── withposition(_:).json │ │ └── withtexcoord(_:).json ├── developer-og-twitter.jpg ├── developer-og.jpg ├── diagnostics.json ├── documentation │ └── euclid │ │ ├── angle │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── '...(_:)-3s6ak │ │ │ └── index.html │ │ ├── '...(_:)-7xdsm │ │ │ └── index.html │ │ ├── '...(_:_:) │ │ │ └── index.html │ │ ├── '.._(_:) │ │ │ └── index.html │ │ ├── '.._(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:)-2ew65 │ │ │ └── index.html │ │ ├── *(_:_:)-8l78z │ │ │ └── index.html │ │ ├── *(_:_:)-8r8im │ │ │ └── index.html │ │ ├── *(_:_:)-98smn │ │ │ └── index.html │ │ ├── *=(_:_:)-627c2 │ │ │ └── index.html │ │ ├── *=(_:_:)-7mvfa │ │ │ └── index.html │ │ ├── +(_:) │ │ │ └── index.html │ │ ├── +(_:_:) │ │ │ └── index.html │ │ ├── +=(_:_:) │ │ │ └── index.html │ │ ├── -(_:) │ │ │ └── index.html │ │ ├── -(_:_:) │ │ │ └── index.html │ │ ├── -=(_:_:) │ │ │ └── index.html │ │ ├── _(_:_:)-1aqv9 │ │ │ └── index.html │ │ ├── _(_:_:)-2mi78 │ │ │ └── index.html │ │ ├── _(_:_:)-34kn9 │ │ │ └── index.html │ │ ├── _(_:_:)-3cj5w │ │ │ └── index.html │ │ ├── _(_:_:)-filj │ │ │ └── index.html │ │ ├── _=(_:_:)-375to │ │ │ └── index.html │ │ ├── _=(_:_:)-3i39k │ │ │ └── index.html │ │ ├── _=(_:_:)-81sn3 │ │ │ └── index.html │ │ ├── _=(_:_:)-9rm6o │ │ │ └── index.html │ │ ├── acos(_:) │ │ │ └── index.html │ │ ├── additivearithmetic-implementations │ │ │ └── index.html │ │ ├── asin(_:) │ │ │ └── index.html │ │ ├── atan(_:) │ │ │ └── index.html │ │ ├── atan2(y:x:) │ │ │ └── index.html │ │ ├── comparable-implementations │ │ │ └── index.html │ │ ├── customstringconvertible-implementations │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── degrees(_:) │ │ │ └── index.html │ │ ├── degrees │ │ │ └── index.html │ │ ├── description │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── halfpi │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(degrees:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(radians:) │ │ │ └── index.html │ │ ├── iszero │ │ │ └── index.html │ │ ├── pi │ │ │ └── index.html │ │ ├── radians(_:) │ │ │ └── index.html │ │ ├── radians │ │ │ └── index.html │ │ ├── remainder(dividingby:) │ │ │ └── index.html │ │ ├── twopi │ │ │ └── index.html │ │ └── zero │ │ │ └── index.html │ │ ├── bounded │ │ ├── bounds │ │ │ └── index.html │ │ └── index.html │ │ ├── bounds │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── center │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── corners │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── empty │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── formintersection(_:) │ │ │ └── index.html │ │ ├── formminkowskisum(with:) │ │ │ └── index.html │ │ ├── formunion(_:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-27jri │ │ │ └── index.html │ │ ├── init(_:)-4z4uf │ │ │ └── index.html │ │ ├── init(_:)-5bh7b │ │ │ └── index.html │ │ ├── init(_:)-7uurk │ │ │ └── index.html │ │ ├── init(_:)-7w2gb │ │ │ └── index.html │ │ ├── init(_:)-fb5g │ │ │ └── index.html │ │ ├── init(_:)-fqn0 │ │ │ └── index.html │ │ ├── init(_:)-r54o │ │ │ └── index.html │ │ ├── init(_:_:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(min:max:) │ │ │ └── index.html │ │ ├── inset(by:)-49ykf │ │ │ └── index.html │ │ ├── inset(by:)-4gk62 │ │ │ └── index.html │ │ ├── intersection(_:) │ │ │ └── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:)-1hsp │ │ │ └── index.html │ │ ├── intersects(_:)-7lw4v │ │ │ └── index.html │ │ ├── intersects(_:)-8wr1y │ │ │ └── index.html │ │ ├── intersects(_:)-95v17 │ │ │ └── index.html │ │ ├── intersects(_:)-9r2iu │ │ │ └── index.html │ │ ├── intersects(_:)-jp9x │ │ │ └── index.html │ │ ├── isempty │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── max │ │ │ └── index.html │ │ ├── min │ │ │ └── index.html │ │ ├── minkowskisum(with:) │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-7dhh3 │ │ │ └── index.html │ │ ├── scale(by:)-mpk5 │ │ │ └── index.html │ │ ├── scaled(by:)-5dvvh │ │ │ └── index.html │ │ ├── scaled(by:)-6epo6 │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── size │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── undirectededges │ │ │ └── index.html │ │ └── union(_:) │ │ │ └── index.html │ │ ├── color │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── a │ │ │ └── index.html │ │ ├── b │ │ │ └── index.html │ │ ├── black │ │ │ └── index.html │ │ ├── blue │ │ │ └── index.html │ │ ├── clear │ │ │ └── index.html │ │ ├── components │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── cyan │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── expressiblebyarrayliteral-implementations │ │ │ └── index.html │ │ ├── g │ │ │ └── index.html │ │ ├── gray │ │ │ └── index.html │ │ ├── green │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-25eby │ │ │ └── index.html │ │ ├── init(_:)-7d8un │ │ │ └── index.html │ │ ├── init(_:)-987r7 │ │ │ └── index.html │ │ ├── init(_:_:) │ │ │ └── index.html │ │ ├── init(_:_:_:_:) │ │ │ └── index.html │ │ ├── init(arrayliteral:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── lerp(_:_:) │ │ │ └── index.html │ │ ├── magenta │ │ │ └── index.html │ │ ├── orange │ │ │ └── index.html │ │ ├── r │ │ │ └── index.html │ │ ├── red │ │ │ └── index.html │ │ ├── white │ │ │ └── index.html │ │ ├── withalpha(_:) │ │ │ └── index.html │ │ └── yellow │ │ │ └── index.html │ │ ├── constructingmeshes │ │ └── index.html │ │ ├── cos(_:) │ │ └── index.html │ │ ├── index.html │ │ ├── interpolatable │ │ ├── index.html │ │ └── interpolated(with:by:) │ │ │ └── index.html │ │ ├── line │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── direction │ │ │ └── index.html │ │ ├── distance(from:)-4g1c5 │ │ │ └── index.html │ │ ├── distance(from:)-4o41 │ │ │ └── index.html │ │ ├── distance(from:)-77i61 │ │ │ └── index.html │ │ ├── distance(from:)-8eb1u │ │ │ └── index.html │ │ ├── distance(from:)-9e6ey │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(origin:direction:) │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── intersection(with:)-2nysu │ │ │ └── index.html │ │ ├── intersection(with:)-2ooms │ │ │ └── index.html │ │ ├── intersection(with:)-3y1jt │ │ │ └── index.html │ │ ├── intersection(with:)-5y3zr │ │ │ └── index.html │ │ ├── intersection(with:)-7s1sd │ │ │ └── index.html │ │ ├── intersection(with:)-88med │ │ │ └── index.html │ │ ├── intersects(_:)-4qbek │ │ │ └── index.html │ │ ├── intersects(_:)-5e2gp │ │ │ └── index.html │ │ ├── intersects(_:)-6r5bc │ │ │ └── index.html │ │ ├── intersects(_:) │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── origin │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-5jfow │ │ │ └── index.html │ │ ├── scale(by:)-74kzv │ │ │ └── index.html │ │ ├── scaled(by:)-17goh │ │ │ └── index.html │ │ ├── scaled(by:)-6q4xr │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ └── translated(by:) │ │ │ └── index.html │ │ ├── linecomparable │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── intersects(_:)-3xh7b │ │ │ └── index.html │ │ └── intersects(_:) │ │ │ └── index.html │ │ ├── linesegment │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── '...(_:)-2uz97 │ │ │ └── index.html │ │ ├── '...(_:)-732z3 │ │ │ └── index.html │ │ ├── '...(_:_:) │ │ │ └── index.html │ │ ├── '.._(_:) │ │ │ └── index.html │ │ ├── '.._(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── _(_:_:)-9688a │ │ │ └── index.html │ │ ├── _(_:_:) │ │ │ └── index.html │ │ ├── _=(_:_:)-5dvuy │ │ │ └── index.html │ │ ├── _=(_:_:)-8q2nt │ │ │ └── index.html │ │ ├── bounded-implementations │ │ │ └── index.html │ │ ├── bounds │ │ │ └── index.html │ │ ├── cancellationhandler │ │ │ └── index.html │ │ ├── clip(to:) │ │ │ └── index.html │ │ ├── clipped(to:) │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:) │ │ │ └── index.html │ │ ├── comparable-implementations │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── direction │ │ │ └── index.html │ │ ├── distance(from:)-1js5s │ │ │ └── index.html │ │ ├── distance(from:)-25au9 │ │ │ └── index.html │ │ ├── distance(from:)-85838 │ │ │ └── index.html │ │ ├── distance(from:)-8lhq5 │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── end │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(start:end:) │ │ │ └── index.html │ │ ├── init(undirected:) │ │ │ └── index.html │ │ ├── init(undirected:_:) │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── intersection(with:)-1qjiy │ │ │ └── index.html │ │ ├── intersection(with:)-1tffl │ │ │ └── index.html │ │ ├── intersection(with:)-2u7vo │ │ │ └── index.html │ │ ├── intersection(with:)-3tcin │ │ │ └── index.html │ │ ├── intersection(with:)-4vq1t │ │ │ └── index.html │ │ ├── intersection(with:)-5hke2 │ │ │ └── index.html │ │ ├── intersects(_:)-3u1wv │ │ │ └── index.html │ │ ├── intersects(_:)-4b1z8 │ │ │ └── index.html │ │ ├── intersects(_:)-4fnbt │ │ │ └── index.html │ │ ├── intersects(_:)-5v6ed │ │ │ └── index.html │ │ ├── intersects(_:)-76jp5 │ │ │ └── index.html │ │ ├── intersects(_:)-9ht82 │ │ │ └── index.html │ │ ├── inverted() │ │ │ └── index.html │ │ ├── length │ │ │ └── index.html │ │ ├── lengthanddirection │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-2v2ef │ │ │ └── index.html │ │ ├── scale(by:)-8v4ag │ │ │ └── index.html │ │ ├── scaled(by:)-2lm8c │ │ │ └── index.html │ │ ├── scaled(by:)-37r1v │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── split(along:) │ │ │ └── index.html │ │ ├── start │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ └── translated(by:) │ │ │ └── index.html │ │ ├── max(_:_:) │ │ └── index.html │ │ ├── mesh │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── alignment │ │ │ └── index.html │ │ ├── bounded-implementations │ │ │ └── index.html │ │ ├── bounds │ │ │ └── index.html │ │ ├── cancellationhandler │ │ │ └── index.html │ │ ├── clip(to:fill:) │ │ │ └── index.html │ │ ├── clipped(to:fill:) │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:) │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── cone(radius:height:slices:stacks:poledetail:adddetailatbottompole:faces:wrapmode:material:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── convexhull(of:iscancelled:)-6ttl5 │ │ │ └── index.html │ │ ├── convexhull(of:iscancelled:)-98ry4 │ │ │ └── index.html │ │ ├── convexhull(of:material:iscancelled:)-2otb6 │ │ │ └── index.html │ │ ├── convexhull(of:material:iscancelled:)-5b6nc │ │ │ └── index.html │ │ ├── convexhull(of:material:iscancelled:)-6ayc1 │ │ │ └── index.html │ │ ├── convexhull(of:material:iscancelled:)-6u5t9 │ │ │ └── index.html │ │ ├── convexhull(of:material:iscancelled:)-9jzvt │ │ │ └── index.html │ │ ├── convexhull(with:iscancelled:) │ │ │ └── index.html │ │ ├── cube(center:size:faces:wrapmode:material:)-8t5q8 │ │ │ └── index.html │ │ ├── cube(center:size:faces:wrapmode:material:)-eado │ │ │ └── index.html │ │ ├── cubemapped() │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── cylinder(radius:height:slices:poledetail:faces:wrapmode:material:) │ │ │ └── index.html │ │ ├── cylindermapped() │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── detessellate() │ │ │ └── index.html │ │ ├── detriangulate() │ │ │ └── index.html │ │ ├── difference(_:iscancelled:) │ │ │ └── index.html │ │ ├── distance(from:)-27q5u │ │ │ └── index.html │ │ ├── distance(from:)-4ge8y │ │ │ └── index.html │ │ ├── distance(from:)-5tciz │ │ │ └── index.html │ │ ├── distance(from:)-6cs2x │ │ │ └── index.html │ │ ├── edges(intersecting:) │ │ │ └── index.html │ │ ├── edges(intersecting:iscancelled:) │ │ │ └── index.html │ │ ├── empty │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── extrude(_:along:twist:align:faces:material:iscancelled:) │ │ │ └── index.html │ │ ├── extrude(_:depth:twist:sections:faces:material:iscancelled:)-2tivu │ │ │ └── index.html │ │ ├── extrude(_:depth:twist:sections:faces:material:iscancelled:)-460t4 │ │ │ └── index.html │ │ ├── faces │ │ │ ├── !=(_:_:) │ │ │ │ └── index.html │ │ │ ├── back │ │ │ │ └── index.html │ │ │ ├── default │ │ │ │ └── index.html │ │ │ ├── equatable-implementations │ │ │ │ └── index.html │ │ │ ├── front │ │ │ │ └── index.html │ │ │ ├── frontandback │ │ │ │ └── index.html │ │ │ └── index.html │ │ ├── fill(_:faces:material:iscancelled:)-3eajk │ │ │ └── index.html │ │ ├── fill(_:faces:material:iscancelled:)-56xlt │ │ │ └── index.html │ │ ├── flatteningnormals() │ │ │ └── index.html │ │ ├── hastexcoords │ │ │ └── index.html │ │ ├── hasvertexcolors │ │ │ └── index.html │ │ ├── hasvertexnormals │ │ │ └── index.html │ │ ├── icosahedron(radius:faces:wrapmode:material:) │ │ │ └── index.html │ │ ├── icosphere(radius:subdivisions:faces:wrapmode:material:iscancelled:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:) │ │ │ └── index.html │ │ ├── init(_:ignoringtransforms:materiallookup:) │ │ │ └── index.html │ │ ├── init(_:material:) │ │ │ └── index.html │ │ ├── init(_:materiallookup:)-155xt │ │ │ └── index.html │ │ ├── init(_:materiallookup:)-3drza │ │ │ └── index.html │ │ ├── init(_:materiallookup:)-7p5hd │ │ │ └── index.html │ │ ├── init(_:materials:)-22brv │ │ │ └── index.html │ │ ├── init(_:materials:)-2xnt3 │ │ │ └── index.html │ │ ├── init(_:materials:)-4k8gs │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(objstring:) │ │ │ └── index.html │ │ ├── init(offstring:) │ │ │ └── index.html │ │ ├── init(stldata:materiallookup:) │ │ │ └── index.html │ │ ├── init(stlstring:) │ │ │ └── index.html │ │ ├── init(submeshes:) │ │ │ └── index.html │ │ ├── init(url:ignoringtransforms:materiallookup:) │ │ │ └── index.html │ │ ├── init(url:materiallookup:) │ │ │ └── index.html │ │ ├── inset(by:) │ │ │ └── index.html │ │ ├── intersection(_:iscancelled:)-swift.method │ │ │ └── index.html │ │ ├── intersection(_:iscancelled:)-swift.type.method │ │ │ └── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:)-1nvd3 │ │ │ └── index.html │ │ ├── intersects(_:)-2u3t │ │ │ └── index.html │ │ ├── intersects(_:)-3rdg │ │ │ └── index.html │ │ ├── intersects(_:)-81cpy │ │ │ └── index.html │ │ ├── intersects(_:)-btim │ │ │ └── index.html │ │ ├── inverted() │ │ │ └── index.html │ │ ├── ioerror │ │ │ ├── customnserror-implementations │ │ │ │ └── index.html │ │ │ ├── error-implementations │ │ │ │ └── index.html │ │ │ ├── errorcode │ │ │ │ └── index.html │ │ │ ├── errordomain │ │ │ │ └── index.html │ │ │ ├── erroruserinfo │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ └── localizeddescription │ │ │ │ └── index.html │ │ ├── isempty │ │ │ └── index.html │ │ ├── iswatertight │ │ │ └── index.html │ │ ├── lathe(_:slices:poledetail:adddetailforflatpoles:faces:wrapmode:material:iscancelled:) │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── loft(_:faces:material:iscancelled:) │ │ │ └── index.html │ │ ├── makewatertight() │ │ │ └── index.html │ │ ├── mapvertexcolors(_:) │ │ │ └── index.html │ │ ├── material │ │ │ └── index.html │ │ ├── materials │ │ │ └── index.html │ │ ├── merge(_:)-swift.method │ │ │ └── index.html │ │ ├── merge(_:)-swift.type.method │ │ │ └── index.html │ │ ├── minkowskidifference(from:iscancelled:) │ │ │ └── index.html │ │ ├── minkowskisum(along:) │ │ │ └── index.html │ │ ├── minkowskisum(along:iscancelled:) │ │ │ └── index.html │ │ ├── minkowskisum(of:iscancelled:) │ │ │ └── index.html │ │ ├── minkowskisum(with:)-3zfuj │ │ │ └── index.html │ │ ├── minkowskisum(with:)-kn6k │ │ │ └── index.html │ │ ├── minkowskisum(with:iscancelled:)-91w1n │ │ │ └── index.html │ │ ├── minkowskisum(with:iscancelled:)-96d9 │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── objstring() │ │ │ └── index.html │ │ ├── offstring() │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── polygons │ │ │ └── index.html │ │ ├── polygonsbymaterial │ │ │ └── index.html │ │ ├── realitykitmaterialprovider │ │ │ └── index.html │ │ ├── reflected(along:) │ │ │ └── index.html │ │ ├── replacing(_:with:) │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-1h2f7 │ │ │ └── index.html │ │ ├── scale(by:)-9pjki │ │ │ └── index.html │ │ ├── scaled(by:)-90bab │ │ │ └── index.html │ │ ├── scaled(by:)-94kks │ │ │ └── index.html │ │ ├── scnmaterialprovider │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── signedvolume │ │ │ └── index.html │ │ ├── smoothingnormals(foranglesgreaterthan:) │ │ │ └── index.html │ │ ├── sphere(radius:slices:stacks:poledetail:faces:wrapmode:material:) │ │ │ └── index.html │ │ ├── spheremapped() │ │ │ └── index.html │ │ ├── split(along:) │ │ │ └── index.html │ │ ├── stencil(_:iscancelled:)-swift.method │ │ │ └── index.html │ │ ├── stencil(_:iscancelled:)-swift.type.method │ │ │ └── index.html │ │ ├── stlcolorprovider │ │ │ └── index.html │ │ ├── stldata(colorlookup:) │ │ │ └── index.html │ │ ├── stldata(format:) │ │ │ └── index.html │ │ ├── stldata(options:) │ │ │ └── index.html │ │ ├── stlmaterialprovider │ │ │ └── index.html │ │ ├── stlstring(name:) │ │ │ └── index.html │ │ ├── stlstring(options:) │ │ │ └── index.html │ │ ├── stroke(_:width:detail:material:iscancelled:)-2rx6l │ │ │ └── index.html │ │ ├── stroke(_:width:detail:material:iscancelled:)-7vbo2 │ │ │ └── index.html │ │ ├── stroke(_:width:detail:material:iscancelled:)-85o14 │ │ │ └── index.html │ │ ├── subdivide() │ │ │ └── index.html │ │ ├── submeshes │ │ │ └── index.html │ │ ├── subtracting(_:iscancelled:) │ │ │ └── index.html │ │ ├── surfacearea │ │ │ └── index.html │ │ ├── symmetricdifference(_:iscancelled:)-swift.method │ │ │ └── index.html │ │ ├── symmetricdifference(_:iscancelled:)-swift.type.method │ │ │ └── index.html │ │ ├── tessellate(maxsides:) │ │ │ └── index.html │ │ ├── text(_:font:width:depth:detail:material:) │ │ │ └── index.html │ │ ├── text(_:width:depth:detail:material:) │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── triangulate() │ │ │ └── index.html │ │ ├── union(_:iscancelled:)-swift.method │ │ │ └── index.html │ │ ├── union(_:iscancelled:)-swift.type.method │ │ │ └── index.html │ │ ├── uniqueedges │ │ │ └── index.html │ │ ├── volume │ │ │ └── index.html │ │ ├── withmaterial(_:) │ │ │ └── index.html │ │ ├── withouttexcoords() │ │ │ └── index.html │ │ ├── withoutvertexcolors() │ │ │ └── index.html │ │ ├── withtexturetransform(_:) │ │ │ └── index.html │ │ ├── wrapmode │ │ │ ├── !=(_:_:) │ │ │ │ └── index.html │ │ │ ├── default │ │ │ │ └── index.html │ │ │ ├── equatable-implementations │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── none │ │ │ │ └── index.html │ │ │ ├── shrink │ │ │ │ └── index.html │ │ │ └── tube │ │ │ │ └── index.html │ │ └── write(to:materiallookup:) │ │ │ └── index.html │ │ ├── min(_:_:) │ │ └── index.html │ │ ├── path │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── alignment │ │ │ ├── !=(_:_:) │ │ │ │ └── index.html │ │ │ ├── axis │ │ │ │ └── index.html │ │ │ ├── default │ │ │ │ └── index.html │ │ │ ├── equatable-implementations │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ └── tangent │ │ │ │ └── index.html │ │ ├── arc(angle:radius:segments:color:) │ │ │ └── index.html │ │ ├── bounded-implementations │ │ │ └── index.html │ │ ├── bounds │ │ │ └── index.html │ │ ├── cancellationhandler │ │ │ └── index.html │ │ ├── circle(radius:segments:color:) │ │ │ └── index.html │ │ ├── clipped(to:) │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:)-2ai93 │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:)-54zhj │ │ │ └── index.html │ │ ├── closed() │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── curve(_:detail:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── edgevertices(for:) │ │ │ └── index.html │ │ ├── edgevertices │ │ │ └── index.html │ │ ├── ellipse(width:height:segments:color:) │ │ │ └── index.html │ │ ├── empty │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── extrusioncontours(along:twist:align:) │ │ │ └── index.html │ │ ├── facenormal │ │ │ └── index.html │ │ ├── facepolygons(material:) │ │ │ └── index.html │ │ ├── facevertices │ │ │ └── index.html │ │ ├── hascolors │ │ │ └── index.html │ │ ├── hastexcoords │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-3c0eo │ │ │ └── index.html │ │ ├── init(_:)-8w74j │ │ │ └── index.html │ │ ├── init(_:color:)-5lnql │ │ │ └── index.html │ │ ├── init(_:color:)-9i9t1 │ │ │ └── index.html │ │ ├── init(_:color:)-snde │ │ │ └── index.html │ │ ├── init(_:detail:color:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(subpaths:) │ │ │ └── index.html │ │ ├── inset(by:) │ │ │ └── index.html │ │ ├── intersects(_:) │ │ │ └── index.html │ │ ├── inverted() │ │ │ └── index.html │ │ ├── isclosed │ │ │ └── index.html │ │ ├── isempty │ │ │ └── index.html │ │ ├── isplanar │ │ │ └── index.html │ │ ├── latheprofile │ │ │ └── index.html │ │ ├── length │ │ │ └── index.html │ │ ├── line(_:_:color:) │ │ │ └── index.html │ │ ├── line(_:color:) │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── mapcolors(_:) │ │ │ └── index.html │ │ ├── orderededges │ │ │ └── index.html │ │ ├── plane │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── points │ │ │ └── index.html │ │ ├── polygon(radius:sides:color:) │ │ │ └── index.html │ │ ├── rectangle(width:height:color:) │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── roundedrectangle(width:height:radius:detail:color:) │ │ │ └── index.html │ │ ├── scale(by:)-1kdd7 │ │ │ └── index.html │ │ ├── scale(by:)-vnel │ │ │ └── index.html │ │ ├── scaled(by:)-19jpq │ │ │ └── index.html │ │ ├── scaled(by:)-84xdd │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── split(along:) │ │ │ └── index.html │ │ ├── square(size:color:) │ │ │ └── index.html │ │ ├── subpaths │ │ │ └── index.html │ │ ├── text(_:font:width:detail:color:) │ │ │ └── index.html │ │ ├── text(_:width:detail:) │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── undirectededges │ │ │ └── index.html │ │ ├── withcolor(_:) │ │ │ └── index.html │ │ ├── withdetail(_:twist:) │ │ │ └── index.html │ │ └── withnormalizedposition() │ │ │ └── index.html │ │ ├── pathpoint │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:)-9qb43 │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── color │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── curve(_:_:_:texcoord:color:) │ │ │ └── index.html │ │ ├── curve(_:texcoord:color:) │ │ │ └── index.html │ │ ├── curved(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:) │ │ │ └── index.html │ │ ├── init(_:_:_:texcoord:color:iscurved:) │ │ │ └── index.html │ │ ├── init(_:texcoord:color:iscurved:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:) │ │ │ └── index.html │ │ ├── iscurved │ │ │ └── index.html │ │ ├── lerp(_:_:) │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── point(_:_:_:texcoord:color:) │ │ │ └── index.html │ │ ├── point(_:texcoord:color:) │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── position │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-4egi6 │ │ │ └── index.html │ │ ├── scale(by:)-7pxnt │ │ │ └── index.html │ │ ├── scaled(by:)-4wtbg │ │ │ └── index.html │ │ ├── scaled(by:)-7e3o7 │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── texcoord │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ └── withcolor(_:) │ │ │ └── index.html │ │ ├── plane │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── '...(_:)-49h2f │ │ │ └── index.html │ │ ├── '...(_:)-4yucl │ │ │ └── index.html │ │ ├── '...(_:_:) │ │ │ └── index.html │ │ ├── '.._(_:) │ │ │ └── index.html │ │ ├── '.._(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── _(_:_:)-3fd8h │ │ │ └── index.html │ │ ├── _(_:_:) │ │ │ └── index.html │ │ ├── _=(_:_:)-1oq2t │ │ │ └── index.html │ │ ├── _=(_:_:)-5nk27 │ │ │ └── index.html │ │ ├── comparable-implementations │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:)-1sbj │ │ │ └── index.html │ │ ├── distance(from:)-2o5e6 │ │ │ └── index.html │ │ ├── distance(from:)-32yd2 │ │ │ └── index.html │ │ ├── distance(from:)-4jevq │ │ │ └── index.html │ │ ├── distance(from:)-6i5d │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(normal:pointonplane:) │ │ │ └── index.html │ │ ├── init(points:) │ │ │ └── index.html │ │ ├── intersection(with:)-3mocl │ │ │ └── index.html │ │ ├── intersection(with:)-4v7tg │ │ │ └── index.html │ │ ├── intersection(with:)-79olr │ │ │ └── index.html │ │ ├── intersection(with:)-9o28g │ │ │ └── index.html │ │ ├── intersects(_:)-10qav │ │ │ └── index.html │ │ ├── intersects(_:)-1yz1c │ │ │ └── index.html │ │ ├── intersects(_:)-5acvs │ │ │ └── index.html │ │ ├── intersects(_:)-6y8of │ │ │ └── index.html │ │ ├── intersects(_:)-790uh │ │ │ └── index.html │ │ ├── intersects(_:)-eqdg │ │ │ └── index.html │ │ ├── inverted() │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── normal │ │ │ └── index.html │ │ ├── origin │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-677dp │ │ │ └── index.html │ │ ├── scale(by:)-758tv │ │ │ └── index.html │ │ ├── scaled(by:)-29v7y │ │ │ └── index.html │ │ ├── scaled(by:)-6axqe │ │ │ └── index.html │ │ ├── signeddistance(from:)-3hgu1 │ │ │ └── index.html │ │ ├── signeddistance(from:)-8apl1 │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── w │ │ │ └── index.html │ │ ├── xy │ │ │ └── index.html │ │ ├── xz │ │ │ └── index.html │ │ └── yz │ │ │ └── index.html │ │ ├── planecomparable │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── intersects(_:) │ │ │ └── index.html │ │ └── signeddistance(from:) │ │ │ └── index.html │ │ ├── planecomparison │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── back │ │ │ └── index.html │ │ ├── coplanar │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── front │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── rawrepresentable-implementations │ │ │ └── index.html │ │ └── spanning │ │ │ └── index.html │ │ ├── pointcomparable │ │ ├── distance(from:)-3c6uk │ │ │ └── index.html │ │ ├── distance(from:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:)-7wey │ │ │ └── index.html │ │ ├── intersects(_:) │ │ │ └── index.html │ │ └── nearestpoint(to:) │ │ │ └── index.html │ │ ├── polygon │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── area │ │ │ └── index.html │ │ ├── bounded-implementations │ │ │ └── index.html │ │ ├── bounds │ │ │ └── index.html │ │ ├── cancellationhandler │ │ │ └── index.html │ │ ├── center │ │ │ └── index.html │ │ ├── centroid │ │ │ └── index.html │ │ ├── clip(to:) │ │ │ └── index.html │ │ ├── clipped(to:) │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:)-9srba │ │ │ └── index.html │ │ ├── clipped(to:iscancelled:)-zq0h │ │ │ └── index.html │ │ ├── codableclasses │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── containspoint(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:)-1ulo1 │ │ │ └── index.html │ │ ├── distance(from:)-4hlw9 │ │ │ └── index.html │ │ ├── distance(from:)-78gff │ │ │ └── index.html │ │ ├── distance(from:)-8gud1 │ │ │ └── index.html │ │ ├── edges(intersecting:) │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── flatteningnormals() │ │ │ └── index.html │ │ ├── hastexcoords │ │ │ └── index.html │ │ ├── hasvertexcolors │ │ │ └── index.html │ │ ├── hasvertexnormals │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:material:)-4mwx7 │ │ │ └── index.html │ │ ├── init(_:material:)-5edpl │ │ │ └── index.html │ │ ├── init(_:material:)-9mns5 │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(shape:material:) │ │ │ └── index.html │ │ ├── inset(by:) │ │ │ └── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:)-4f51y │ │ │ └── index.html │ │ ├── intersects(_:)-6gem2 │ │ │ └── index.html │ │ ├── intersects(_:)-87xk8 │ │ │ └── index.html │ │ ├── intersects(_:)-88unb │ │ │ └── index.html │ │ ├── intersects(_:)-jd8x │ │ │ └── index.html │ │ ├── inverted() │ │ │ └── index.html │ │ ├── isconvex │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── maptexcoords(_:) │ │ │ └── index.html │ │ ├── mapvertexcolors(_:) │ │ │ └── index.html │ │ ├── mapvertices(_:)-3k938 │ │ │ └── index.html │ │ ├── mapvertices(_:)-6evr │ │ │ └── index.html │ │ ├── material-swift.property │ │ │ └── index.html │ │ ├── material-swift.typealias │ │ │ └── index.html │ │ ├── merge(_:ensureconvex:) │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── orderededges │ │ │ └── index.html │ │ ├── plane │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── reflected(along:) │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-2pycj │ │ │ └── index.html │ │ ├── scale(by:)-3en6y │ │ │ └── index.html │ │ ├── scaled(by:)-69m6m │ │ │ └── index.html │ │ ├── scaled(by:)-8sjrv │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── signedvolume │ │ │ └── index.html │ │ ├── split(along:) │ │ │ └── index.html │ │ ├── subdivide() │ │ │ └── index.html │ │ ├── tessellate(maxsides:) │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── triangulate() │ │ │ └── index.html │ │ ├── undirectededges │ │ │ └── index.html │ │ ├── vertices │ │ │ └── index.html │ │ ├── withmaterial(_:) │ │ │ └── index.html │ │ ├── withouttexcoords() │ │ │ └── index.html │ │ └── withoutvertexcolors() │ │ │ └── index.html │ │ ├── renderingmeshes │ │ └── index.html │ │ ├── rotation │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:)-55zcf │ │ │ └── index.html │ │ ├── *(_:_:)-5fe82 │ │ │ └── index.html │ │ ├── *=(_:_:)-68kkw │ │ │ └── index.html │ │ ├── *=(_:_:)-7u9hf │ │ │ └── index.html │ │ ├── -(_:) │ │ │ └── index.html │ │ ├── _(_:_:) │ │ │ └── index.html │ │ ├── _=(_:_:) │ │ │ └── index.html │ │ ├── angle │ │ │ └── index.html │ │ ├── axis │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── forward │ │ │ └── index.html │ │ ├── identity │ │ │ └── index.html │ │ ├── index.html │ │ ├── init() │ │ │ └── index.html │ │ ├── init(_:)-68leo │ │ │ └── index.html │ │ ├── init(_:)-7j4ql │ │ │ └── index.html │ │ ├── init(_:)-8izj │ │ │ └── index.html │ │ ├── init(axis:angle:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(from:to:) │ │ │ └── index.html │ │ ├── init(pitch:yaw:roll:) │ │ │ └── index.html │ │ ├── init(roll:yaw:pitch:) │ │ │ └── index.html │ │ ├── init(yaw:pitch:roll:) │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── isidentity │ │ │ └── index.html │ │ ├── pitch(_:) │ │ │ └── index.html │ │ ├── pitch │ │ │ └── index.html │ │ ├── right │ │ │ └── index.html │ │ ├── roll(_:) │ │ │ └── index.html │ │ ├── roll │ │ │ └── index.html │ │ ├── rotate(_:) │ │ │ └── index.html │ │ ├── slerp(_:_:) │ │ │ └── index.html │ │ ├── up │ │ │ └── index.html │ │ ├── yaw(_:) │ │ │ └── index.html │ │ └── yaw │ │ │ └── index.html │ │ ├── sin(_:) │ │ └── index.html │ │ ├── stlbinaryoptions │ │ ├── colorlookup │ │ │ └── index.html │ │ ├── header │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(header:zeronormals:colorlookup:) │ │ │ └── index.html │ │ └── zeronormals │ │ │ └── index.html │ │ ├── stlformat │ │ ├── binary(_:) │ │ │ └── index.html │ │ ├── index.html │ │ └── text(_:) │ │ │ └── index.html │ │ ├── stltextoptions │ │ ├── indent │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(name:indent:zeronormals:) │ │ │ └── index.html │ │ ├── name │ │ │ └── index.html │ │ └── zeronormals │ │ │ └── index.html │ │ ├── tan(_:) │ │ └── index.html │ │ ├── transform │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── identity │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-7hvb3 │ │ │ └── index.html │ │ ├── init(_:)-83oy3 │ │ │ └── index.html │ │ ├── init(_:)-cys2 │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(offset:rotation:scale:) │ │ │ └── index.html │ │ ├── init(scale:rotation:translation:)-3r4ze │ │ │ └── index.html │ │ ├── init(scale:rotation:translation:)-62ups │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── isflipped │ │ │ └── index.html │ │ ├── isidentity │ │ │ └── index.html │ │ ├── offset(_:) │ │ │ └── index.html │ │ ├── offset │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── rotation(_:) │ │ │ └── index.html │ │ ├── rotation │ │ │ └── index.html │ │ ├── scale(_:)-55t4p │ │ │ └── index.html │ │ ├── scale(_:)-7a30s │ │ │ └── index.html │ │ ├── scale(by:)-55r4j │ │ │ └── index.html │ │ ├── scale(by:)-9i9s9 │ │ │ └── index.html │ │ ├── scale │ │ │ └── index.html │ │ ├── scaled(by:)-19ukh │ │ │ └── index.html │ │ ├── scaled(by:)-9vwak │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transform(from:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── translation(_:) │ │ │ └── index.html │ │ └── translation │ │ │ └── index.html │ │ ├── transformable │ │ ├── *(_:_:) │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-89xwv │ │ │ └── index.html │ │ ├── scale(by:)-8ec9r │ │ │ └── index.html │ │ ├── scaled(by:)-3shbk │ │ │ └── index.html │ │ ├── scaled(by:)-5p6di │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformed(by:)-21ah6 │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ └── translated(by:) │ │ │ └── index.html │ │ ├── vector │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── '...(_:)-14arr │ │ │ └── index.html │ │ ├── '...(_:)-8feph │ │ │ └── index.html │ │ ├── '...(_:_:) │ │ │ └── index.html │ │ ├── '.._(_:) │ │ │ └── index.html │ │ ├── '.._(_:_:) │ │ │ └── index.html │ │ ├── *(_:_:)-48gl1 │ │ │ └── index.html │ │ ├── *(_:_:)-5mcy5 │ │ │ └── index.html │ │ ├── *(_:_:)-98mbu │ │ │ └── index.html │ │ ├── *=(_:_:)-3ur4e │ │ │ └── index.html │ │ ├── *=(_:_:) │ │ │ └── index.html │ │ ├── +(_:) │ │ │ └── index.html │ │ ├── +(_:_:) │ │ │ └── index.html │ │ ├── +=(_:_:) │ │ │ └── index.html │ │ ├── -(_:) │ │ │ └── index.html │ │ ├── -(_:_:) │ │ │ └── index.html │ │ ├── -=(_:_:) │ │ │ └── index.html │ │ ├── _(_:_:)-3ro6k │ │ │ └── index.html │ │ ├── _(_:_:)-7i9lp │ │ │ └── index.html │ │ ├── _(_:_:)-9obdn │ │ │ └── index.html │ │ ├── _=(_:_:)-9s7pp │ │ │ └── index.html │ │ ├── _=(_:_:)-j6oq │ │ │ └── index.html │ │ ├── _=(_:_:) │ │ │ └── index.html │ │ ├── additivearithmetic-implementations │ │ │ └── index.html │ │ ├── angle(with:)-29paf │ │ │ └── index.html │ │ ├── angle(with:)-9sfg1 │ │ │ └── index.html │ │ ├── comparable-implementations │ │ │ └── index.html │ │ ├── compare(with:) │ │ │ └── index.html │ │ ├── components │ │ │ └── index.html │ │ ├── cross(_:) │ │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ │ └── index.html │ │ ├── custommirror │ │ │ └── index.html │ │ ├── customreflectable-implementations │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── decodable-implementations │ │ │ └── index.html │ │ ├── distance(from:)-2e328 │ │ │ └── index.html │ │ ├── distance(from:)-33ygh │ │ │ └── index.html │ │ ├── distance(from:)-3eglz │ │ │ └── index.html │ │ ├── distance(from:)-5p7ko │ │ │ └── index.html │ │ ├── distance(from:)-9jrcu │ │ │ └── index.html │ │ ├── distance(from:)-9tjq5 │ │ │ └── index.html │ │ ├── dot(_:) │ │ │ └── index.html │ │ ├── encodable-implementations │ │ │ └── index.html │ │ ├── encode(to:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── expressiblebyarrayliteral-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-228p6 │ │ │ └── index.html │ │ ├── init(_:)-3hpag │ │ │ └── index.html │ │ ├── init(_:)-4eop9 │ │ │ └── index.html │ │ ├── init(_:)-6nlm │ │ │ └── index.html │ │ ├── init(_:)-7u5xi │ │ │ └── index.html │ │ ├── init(_:)-894qv │ │ │ └── index.html │ │ ├── init(_:_:_:) │ │ │ └── index.html │ │ ├── init(arrayliteral:) │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(size:)-8y52g │ │ │ └── index.html │ │ ├── init(size:)-nkyk │ │ │ └── index.html │ │ ├── interpolatable-implementations │ │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ │ └── index.html │ │ ├── intersection(with:) │ │ │ └── index.html │ │ ├── intersects(_:)-6v9sq │ │ │ └── index.html │ │ ├── intersects(_:)-9jmqh │ │ │ └── index.html │ │ ├── isnormalized │ │ │ └── index.html │ │ ├── isone │ │ │ └── index.html │ │ ├── iszero │ │ │ └── index.html │ │ ├── length │ │ │ └── index.html │ │ ├── lengthsquared │ │ │ └── index.html │ │ ├── lerp(_:_:) │ │ │ └── index.html │ │ ├── linecomparable-implementations │ │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ │ └── index.html │ │ ├── normalized() │ │ │ └── index.html │ │ ├── one │ │ │ └── index.html │ │ ├── planecomparable-implementations │ │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ │ └── index.html │ │ ├── projected(onto:)-2zsww │ │ │ └── index.html │ │ ├── projected(onto:)-6d7xl │ │ │ └── index.html │ │ ├── rotate(by:) │ │ │ └── index.html │ │ ├── rotated(by:) │ │ │ └── index.html │ │ ├── scale(by:)-55ayx │ │ │ └── index.html │ │ ├── scale(by:)-8g7t0 │ │ │ └── index.html │ │ ├── scaled(by:)-350oy │ │ │ └── index.html │ │ ├── scaled(by:)-356zr │ │ │ └── index.html │ │ ├── signeddistance(from:) │ │ │ └── index.html │ │ ├── transform(by:) │ │ │ └── index.html │ │ ├── transformable-implementations │ │ │ └── index.html │ │ ├── transformed(by:) │ │ │ └── index.html │ │ ├── translate(by:) │ │ │ └── index.html │ │ ├── translated(by:) │ │ │ └── index.html │ │ ├── unitx │ │ │ └── index.html │ │ ├── unity │ │ │ └── index.html │ │ ├── unitz │ │ │ └── index.html │ │ ├── x │ │ │ └── index.html │ │ ├── y │ │ │ └── index.html │ │ ├── z │ │ │ └── index.html │ │ └── zero │ │ │ └── index.html │ │ └── vertex │ │ ├── !=(_:_:) │ │ └── index.html │ │ ├── *(_:_:) │ │ └── index.html │ │ ├── *=(_:_:) │ │ └── index.html │ │ ├── color │ │ └── index.html │ │ ├── compare(with:) │ │ └── index.html │ │ ├── customdebugstringconvertible-implementations │ │ └── index.html │ │ ├── custommirror │ │ └── index.html │ │ ├── customreflectable-implementations │ │ └── index.html │ │ ├── debugdescription │ │ └── index.html │ │ ├── decodable-implementations │ │ └── index.html │ │ ├── distance(from:) │ │ └── index.html │ │ ├── encodable-implementations │ │ └── index.html │ │ ├── encode(to:) │ │ └── index.html │ │ ├── equatable-implementations │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:)-5517j │ │ └── index.html │ │ ├── init(_:)-7go25 │ │ └── index.html │ │ ├── init(_:_:_:_:) │ │ └── index.html │ │ ├── init(_:_:_:normal:texcoord:color:) │ │ └── index.html │ │ ├── init(_:normal:texcoord:color:) │ │ └── index.html │ │ ├── init(from:) │ │ └── index.html │ │ ├── interpolatable-implementations │ │ └── index.html │ │ ├── interpolated(with:by:) │ │ └── index.html │ │ ├── intersection(with:) │ │ └── index.html │ │ ├── intersects(_:) │ │ └── index.html │ │ ├── inverted() │ │ └── index.html │ │ ├── lerp(_:_:) │ │ └── index.html │ │ ├── linecomparable-implementations │ │ └── index.html │ │ ├── nearestpoint(to:) │ │ └── index.html │ │ ├── normal │ │ └── index.html │ │ ├── planecomparable-implementations │ │ └── index.html │ │ ├── pointcomparable-implementations │ │ └── index.html │ │ ├── position │ │ └── index.html │ │ ├── reflected(along:) │ │ └── index.html │ │ ├── rotate(by:) │ │ └── index.html │ │ ├── rotated(by:) │ │ └── index.html │ │ ├── scale(by:)-1hyw0 │ │ └── index.html │ │ ├── scale(by:)-6c0wl │ │ └── index.html │ │ ├── scaled(by:)-1dtbr │ │ └── index.html │ │ ├── scaled(by:)-20sq4 │ │ └── index.html │ │ ├── signeddistance(from:) │ │ └── index.html │ │ ├── texcoord │ │ └── index.html │ │ ├── transform(by:) │ │ └── index.html │ │ ├── transformable-implementations │ │ └── index.html │ │ ├── transformed(by:) │ │ └── index.html │ │ ├── translate(by:) │ │ └── index.html │ │ ├── translated(by:) │ │ └── index.html │ │ ├── withcolor(_:) │ │ └── index.html │ │ ├── withnormal(_:) │ │ └── index.html │ │ ├── withposition(_:) │ │ └── index.html │ │ └── withtexcoord(_:) │ │ └── index.html ├── favicon.ico ├── favicon.svg ├── img │ ├── added-icon.832a5d2c.svg │ ├── deprecated-icon.7bf1740a.svg │ └── modified-icon.efb2697d.svg ├── index.html ├── index │ └── index.json ├── js │ ├── 104.13ecc36d.js │ ├── 337.274a8ccc.js │ ├── 39.06467a79.js │ ├── 842.b02efbfb.js │ ├── chunk-vendors.bdb7cbba.js │ ├── documentation-topic.eef64d7d.js │ ├── highlight-js-bash-js.702f0c5c.js │ ├── highlight-js-c-js.063069d3.js │ ├── highlight-js-cpp-js.458a9ae4.js │ ├── highlight-js-css-js.bfc4251f.js │ ├── highlight-js-custom-markdown.78c9f6ed.js │ ├── highlight-js-custom-swift.738731d1.js │ ├── highlight-js-diff-js.4db9a783.js │ ├── highlight-js-http-js.f78e83c2.js │ ├── highlight-js-java-js.4fe21e94.js │ ├── highlight-js-javascript-js.dfc9d16d.js │ ├── highlight-js-json-js.2a1856ba.js │ ├── highlight-js-llvm-js.26121771.js │ ├── highlight-js-markdown-js.a2f456af.js │ ├── highlight-js-objectivec-js.74dea052.js │ ├── highlight-js-perl-js.da6eda82.js │ ├── highlight-js-php-js.c458ffa4.js │ ├── highlight-js-python-js.60354774.js │ ├── highlight-js-ruby-js.7272231f.js │ ├── highlight-js-scss-js.adcd11a2.js │ ├── highlight-js-shell-js.0ad5b20f.js │ ├── highlight-js-swift-js.bdd5bff5.js │ ├── highlight-js-xml-js.0d78f903.js │ ├── index.5b6366e8.js │ ├── topic.c7f55345.js │ └── tutorials-overview.9144a669.js └── metadata.json └── prepare_release.sh /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/.gitignore -------------------------------------------------------------------------------- /.swiftformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/.swiftformat -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Euclid.docc/ConstructingMeshes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/ConstructingMeshes.md -------------------------------------------------------------------------------- /Euclid.docc/Euclid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Euclid.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Angle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Angle.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Bounds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Bounds.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Color.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Line.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/LineSegment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/LineSegment.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Mesh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Mesh.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Path.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/PathPoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/PathPoint.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Plane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Plane.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Polygon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Polygon.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Rotation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Rotation.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Transform.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Vector.md -------------------------------------------------------------------------------- /Euclid.docc/Extensions/Vertex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/Extensions/Vertex.md -------------------------------------------------------------------------------- /Euclid.docc/RenderingMeshes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.docc/RenderingMeshes.md -------------------------------------------------------------------------------- /Euclid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.png -------------------------------------------------------------------------------- /Euclid.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.podspec.json -------------------------------------------------------------------------------- /Euclid.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Euclid.xcodeproj/xcshareddata/xcschemes/Euclid.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.xcodeproj/xcshareddata/xcschemes/Euclid.xcscheme -------------------------------------------------------------------------------- /Euclid.xcodeproj/xcshareddata/xcschemes/Example.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Euclid.xcodeproj/xcshareddata/xcschemes/Example.xcscheme -------------------------------------------------------------------------------- /Example/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/AppDelegate.swift -------------------------------------------------------------------------------- /Example/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/EuclidMesh.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/EuclidMesh.swift -------------------------------------------------------------------------------- /Example/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/Info.plist -------------------------------------------------------------------------------- /Example/RealityKitViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/RealityKitViewController.swift -------------------------------------------------------------------------------- /Example/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/SceneDelegate.swift -------------------------------------------------------------------------------- /Example/SceneKitViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/SceneKitViewController.swift -------------------------------------------------------------------------------- /Example/VolumetricView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Example/VolumetricView.swift -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Package.swift -------------------------------------------------------------------------------- /PerformanceTests/PerformanceTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/PerformanceTests/PerformanceTests.swift -------------------------------------------------------------------------------- /PerformanceTests/RegressionTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/PerformanceTests/RegressionTests.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/README.md -------------------------------------------------------------------------------- /Sources/Angle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Angle.swift -------------------------------------------------------------------------------- /Sources/ApproximateEquality.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/ApproximateEquality.swift -------------------------------------------------------------------------------- /Sources/BSP.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/BSP.swift -------------------------------------------------------------------------------- /Sources/Bounded.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Bounded.swift -------------------------------------------------------------------------------- /Sources/Bounds.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Bounds.swift -------------------------------------------------------------------------------- /Sources/Color.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Color.swift -------------------------------------------------------------------------------- /Sources/Euclid+AppKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+AppKit.swift -------------------------------------------------------------------------------- /Sources/Euclid+CoreGraphics.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+CoreGraphics.swift -------------------------------------------------------------------------------- /Sources/Euclid+CoreText.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+CoreText.swift -------------------------------------------------------------------------------- /Sources/Euclid+RealityKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+RealityKit.swift -------------------------------------------------------------------------------- /Sources/Euclid+SIMD.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+SIMD.swift -------------------------------------------------------------------------------- /Sources/Euclid+SceneKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+SceneKit.swift -------------------------------------------------------------------------------- /Sources/Euclid+UIKit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Euclid+UIKit.swift -------------------------------------------------------------------------------- /Sources/Interpolatable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Interpolatable.swift -------------------------------------------------------------------------------- /Sources/Line.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Line.swift -------------------------------------------------------------------------------- /Sources/LineComparable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/LineComparable.swift -------------------------------------------------------------------------------- /Sources/LineSegment+CSG.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/LineSegment+CSG.swift -------------------------------------------------------------------------------- /Sources/LineSegment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/LineSegment.swift -------------------------------------------------------------------------------- /Sources/Mesh+CSG.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+CSG.swift -------------------------------------------------------------------------------- /Sources/Mesh+IO.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+IO.swift -------------------------------------------------------------------------------- /Sources/Mesh+OBJ.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+OBJ.swift -------------------------------------------------------------------------------- /Sources/Mesh+OFF.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+OFF.swift -------------------------------------------------------------------------------- /Sources/Mesh+STL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+STL.swift -------------------------------------------------------------------------------- /Sources/Mesh+Shapes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+Shapes.swift -------------------------------------------------------------------------------- /Sources/Mesh+Texcoords.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh+Texcoords.swift -------------------------------------------------------------------------------- /Sources/Mesh.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Mesh.swift -------------------------------------------------------------------------------- /Sources/Path+CSG.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Path+CSG.swift -------------------------------------------------------------------------------- /Sources/Path+Shapes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Path+Shapes.swift -------------------------------------------------------------------------------- /Sources/Path.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Path.swift -------------------------------------------------------------------------------- /Sources/PathPoint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/PathPoint.swift -------------------------------------------------------------------------------- /Sources/Plane.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Plane.swift -------------------------------------------------------------------------------- /Sources/PlaneComparable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/PlaneComparable.swift -------------------------------------------------------------------------------- /Sources/PointComparable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/PointComparable.swift -------------------------------------------------------------------------------- /Sources/Polygon+CSG.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Polygon+CSG.swift -------------------------------------------------------------------------------- /Sources/Polygon.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Polygon.swift -------------------------------------------------------------------------------- /Sources/Rotation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Rotation.swift -------------------------------------------------------------------------------- /Sources/Stretchable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Stretchable.swift -------------------------------------------------------------------------------- /Sources/Transform.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Transform.swift -------------------------------------------------------------------------------- /Sources/Transformable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Transformable.swift -------------------------------------------------------------------------------- /Sources/Utilities.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Utilities.swift -------------------------------------------------------------------------------- /Sources/Vector.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Vector.swift -------------------------------------------------------------------------------- /Sources/Vertex.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/Vertex.swift -------------------------------------------------------------------------------- /Sources/VertexSet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Sources/VertexSet.swift -------------------------------------------------------------------------------- /Tests/AngleTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/AngleTests.swift -------------------------------------------------------------------------------- /Tests/BoundsTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/BoundsTests.swift -------------------------------------------------------------------------------- /Tests/CGPathTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/CGPathTests.swift -------------------------------------------------------------------------------- /Tests/CodingTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/CodingTests.swift -------------------------------------------------------------------------------- /Tests/Cube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/Cube.stl -------------------------------------------------------------------------------- /Tests/DebugDescriptionTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/DebugDescriptionTests.swift -------------------------------------------------------------------------------- /Tests/Euclid+Testing.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/Euclid+Testing.swift -------------------------------------------------------------------------------- /Tests/LineSegmentCSGTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/LineSegmentCSGTests.swift -------------------------------------------------------------------------------- /Tests/LineSegmentTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/LineSegmentTests.swift -------------------------------------------------------------------------------- /Tests/LineTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/LineTests.swift -------------------------------------------------------------------------------- /Tests/MeshCSGTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshCSGTests.swift -------------------------------------------------------------------------------- /Tests/MeshExportTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshExportTests.swift -------------------------------------------------------------------------------- /Tests/MeshImportTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshImportTests.swift -------------------------------------------------------------------------------- /Tests/MeshLatheTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshLatheTests.swift -------------------------------------------------------------------------------- /Tests/MeshLoftTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshLoftTests.swift -------------------------------------------------------------------------------- /Tests/MeshShapeTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshShapeTests.swift -------------------------------------------------------------------------------- /Tests/MeshTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MeshTests.swift -------------------------------------------------------------------------------- /Tests/MetadataTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/MetadataTests.swift -------------------------------------------------------------------------------- /Tests/PathCSGTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PathCSGTests.swift -------------------------------------------------------------------------------- /Tests/PathShapeTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PathShapeTests.swift -------------------------------------------------------------------------------- /Tests/PathTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PathTests.swift -------------------------------------------------------------------------------- /Tests/PlaneTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PlaneTests.swift -------------------------------------------------------------------------------- /Tests/PolygonCSGTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PolygonCSGTests.swift -------------------------------------------------------------------------------- /Tests/PolygonTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/PolygonTests.swift -------------------------------------------------------------------------------- /Tests/RealityKitTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/RealityKitTests.swift -------------------------------------------------------------------------------- /Tests/RotationTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/RotationTests.swift -------------------------------------------------------------------------------- /Tests/SceneKitTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/SceneKitTests.swift -------------------------------------------------------------------------------- /Tests/StretchableTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/StretchableTests.swift -------------------------------------------------------------------------------- /Tests/TextTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/TextTests.swift -------------------------------------------------------------------------------- /Tests/TransformTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/TransformTests.swift -------------------------------------------------------------------------------- /Tests/UtilityTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/UtilityTests.swift -------------------------------------------------------------------------------- /Tests/VectorTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/VectorTests.swift -------------------------------------------------------------------------------- /Tests/VertexSetTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/Tests/VertexSetTests.swift -------------------------------------------------------------------------------- /docbuild.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docbuild.bash -------------------------------------------------------------------------------- /docpreview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docpreview.sh -------------------------------------------------------------------------------- /docs/assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/assets.json -------------------------------------------------------------------------------- /docs/css/39.cc2d61d1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/39.cc2d61d1.css -------------------------------------------------------------------------------- /docs/css/989.4f123103.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/989.4f123103.css -------------------------------------------------------------------------------- /docs/css/documentation-topic.b031fba4.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/documentation-topic.b031fba4.css -------------------------------------------------------------------------------- /docs/css/index.d0b63544.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/index.d0b63544.css -------------------------------------------------------------------------------- /docs/css/topic.59e2bdb7.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/topic.59e2bdb7.css -------------------------------------------------------------------------------- /docs/css/tutorials-overview.9c2b2457.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/css/tutorials-overview.9c2b2457.css -------------------------------------------------------------------------------- /docs/data/documentation/euclid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/'...(_:)-3s6ak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/'...(_:)-3s6ak.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/'...(_:)-7xdsm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/'...(_:)-7xdsm.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/'...(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/'...(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/'.._(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/'.._(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/'.._(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/'.._(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*(_:_:)-2ew65.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*(_:_:)-2ew65.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*(_:_:)-8l78z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*(_:_:)-8l78z.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*(_:_:)-8r8im.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*(_:_:)-8r8im.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*(_:_:)-98smn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*(_:_:)-98smn.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*=(_:_:)-627c2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*=(_:_:)-627c2.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/*=(_:_:)-7mvfa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/*=(_:_:)-7mvfa.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/+(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/+(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/+(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/+(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/+=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/+=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/-(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/-(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/-(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/-(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/-=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/-=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_(_:_:)-1aqv9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_(_:_:)-1aqv9.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_(_:_:)-2mi78.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_(_:_:)-2mi78.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_(_:_:)-34kn9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_(_:_:)-34kn9.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_(_:_:)-3cj5w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_(_:_:)-3cj5w.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_(_:_:)-filj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_(_:_:)-filj.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_=(_:_:)-375to.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_=(_:_:)-375to.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_=(_:_:)-3i39k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_=(_:_:)-3i39k.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_=(_:_:)-81sn3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_=(_:_:)-81sn3.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/_=(_:_:)-9rm6o.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/_=(_:_:)-9rm6o.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/acos(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/acos(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/asin(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/asin(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/atan(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/atan(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/atan2(y:x:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/atan2(y:x:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/degrees(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/degrees(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/degrees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/degrees.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/description.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/halfpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/halfpi.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/init(degrees:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/init(degrees:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/init(radians:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/init(radians:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/iszero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/iszero.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/pi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/pi.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/radians(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/radians(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/radians.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/radians.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/twopi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/twopi.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/angle/zero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/angle/zero.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounded.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounded.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounded/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounded/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/center.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/corners.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/corners.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/empty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/formunion(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/formunion(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/init(_:)-fb5g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/init(_:)-fb5g.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/init(_:)-fqn0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/init(_:)-fqn0.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/init(_:)-r54o.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/init(_:)-r54o.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/init(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/init(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/isempty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/isempty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/max.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/max.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/min.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/rotated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/rotated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/size.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/size.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/bounds/union(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/bounds/union(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/a.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/b.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/black.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/black.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/blue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/blue.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/clear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/clear.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/components.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/cyan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/cyan.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/g.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/gray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/gray.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/green.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/green.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(_:)-25eby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(_:)-25eby.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(_:)-7d8un.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(_:)-7d8un.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(_:)-987r7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(_:)-987r7.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(_:_:_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(_:_:_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/lerp(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/lerp(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/magenta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/magenta.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/orange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/orange.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/r.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/r.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/red.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/red.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/white.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/white.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/withalpha(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/withalpha(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/color/yellow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/color/yellow.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/constructingmeshes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/constructingmeshes.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/cos(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/cos(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/interpolatable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/interpolatable.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/compare(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/compare(with:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/direction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/direction.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/init(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/init(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/intersects(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/intersects(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/origin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/origin.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/rotated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/rotated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/transform(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/transform(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/translate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/translate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/line/translated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/line/translated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linecomparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linecomparable.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/'.._(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/'.._(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/_(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/_(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/end.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/end.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/length.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/length.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/linesegment/start.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/linesegment/start.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/max(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/max(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/alignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/alignment.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/clip(to:fill:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/clip(to:fill:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/compare(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/compare(with:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/cubemapped().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/cubemapped().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/detessellate().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/detessellate().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/detriangulate().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/detriangulate().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/empty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/faces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/faces.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/faces/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/faces/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/faces/back.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/faces/back.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/faces/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/faces/default.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/faces/front.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/faces/front.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/hastexcoords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/hastexcoords.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/hasvertexcolors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/hasvertexcolors.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/init(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/init(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/inset(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/inset(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/inverted().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/inverted().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/ioerror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/ioerror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/isempty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/isempty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/iswatertight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/iswatertight.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/material.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/material.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/materials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/materials.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/objstring().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/objstring().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/offstring().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/offstring().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/polygons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/polygons.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/rotated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/rotated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/signedvolume.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/signedvolume.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/spheremapped().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/spheremapped().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/split(along:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/split(along:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/subdivide().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/subdivide().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/submeshes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/submeshes.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/surfacearea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/surfacearea.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/transform(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/transform(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/translate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/translate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/translated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/translated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/triangulate().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/triangulate().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/uniqueedges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/uniqueedges.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/volume.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/volume.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/wrapmode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/wrapmode.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/wrapmode/none.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/wrapmode/none.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/wrapmode/shrink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/wrapmode/shrink.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/mesh/wrapmode/tube.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/mesh/wrapmode/tube.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/min(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/min(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/alignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/alignment.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/alignment/axis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/alignment/axis.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/clipped(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/clipped(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/closed().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/closed().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/compare(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/compare(with:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/distance(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/distance(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/edgevertices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/edgevertices.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/empty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/facenormal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/facenormal.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/facevertices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/facevertices.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/hascolors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/hascolors.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/hastexcoords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/hastexcoords.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/init(_:)-3c0eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/init(_:)-3c0eo.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/init(_:)-8w74j.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/init(_:)-8w74j.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/init(subpaths:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/init(subpaths:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/inset(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/inset(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/intersects(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/intersects(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/inverted().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/inverted().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/isclosed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/isclosed.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/isempty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/isempty.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/isplanar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/isplanar.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/latheprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/latheprofile.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/length.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/length.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/line(_:color:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/line(_:color:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/mapcolors(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/mapcolors(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/orderededges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/orderededges.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/plane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/plane.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/points.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/points.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/rotated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/rotated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/scale(by:)-vnel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/scale(by:)-vnel.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/split(along:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/split(along:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/subpaths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/subpaths.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/transform(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/transform(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/translate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/translate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/translated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/translated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/undirectededges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/undirectededges.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/path/withcolor(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/path/withcolor(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/color.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/curved(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/curved(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/init(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/init(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/iscurved.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/iscurved.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/lerp(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/lerp(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/position.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/position.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pathpoint/texcoord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pathpoint/texcoord.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/'...(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/'...(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/'.._(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/'.._(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/'.._(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/'.._(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/_(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/_(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/custommirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/custommirror.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/inverted().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/inverted().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/normal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/normal.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/origin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/origin.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/rotated(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/rotated(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/w.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/xy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/xy.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/xz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/xz.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/plane/yz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/plane/yz.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/planecomparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/planecomparable.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/planecomparison.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/planecomparison.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/pointcomparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/pointcomparable.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/area.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/bounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/bounds.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/center.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/centroid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/centroid.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/clip(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/clip(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/inset(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/inset(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/inverted().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/inverted().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/isconvex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/isconvex.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/plane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/plane.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/polygon/vertices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/polygon/vertices.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/renderingmeshes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/renderingmeshes.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/-(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/-(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/_(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/_(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/_=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/_=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/angle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/angle.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/axis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/axis.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/forward.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/forward.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/identity.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/init().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/init().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/pitch(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/pitch(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/pitch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/pitch.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/right.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/roll(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/roll(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/roll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/roll.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/up.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/yaw(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/yaw(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/rotation/yaw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/rotation/yaw.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/sin(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/sin(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/stlbinaryoptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/stlbinaryoptions.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/stlformat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/stlformat.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/stlformat/text(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/stlformat/text(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/stltextoptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/stltextoptions.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/tan(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/tan(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/identity.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/offset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/offset.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/rotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/rotation.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transform/scale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transform/scale.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/transformable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/transformable.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/'...(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/'...(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/'.._(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/'.._(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/'.._(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/'.._(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/+(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/+(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/+(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/+(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/+=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/+=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/-(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/-(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/-(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/-(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/-=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/-=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/_=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/_=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/components.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/cross(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/cross(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/dot(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/dot(_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/isone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/isone.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/iszero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/iszero.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/length.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/length.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/lerp(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/lerp(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/one.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/one.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/unitx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/unitx.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/unity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/unity.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/unitz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/unitz.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/x.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/y.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/y.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/z.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/z.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vector/zero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vector/zero.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/!=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/*(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/*(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/*=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/*=(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/color.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/encode(to:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/encode(to:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/init(from:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/inverted().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/inverted().json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/lerp(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/lerp(_:_:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/normal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/normal.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/position.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/position.json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/rotate(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/rotate(by:).json -------------------------------------------------------------------------------- /docs/data/documentation/euclid/vertex/texcoord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/data/documentation/euclid/vertex/texcoord.json -------------------------------------------------------------------------------- /docs/developer-og-twitter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/developer-og-twitter.jpg -------------------------------------------------------------------------------- /docs/developer-og.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/developer-og.jpg -------------------------------------------------------------------------------- /docs/diagnostics.json: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | ] -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/'...(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/'...(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/'.._(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/'.._(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/'.._(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/'.._(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/+(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/+(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/+(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/+(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/+=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/+=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/-(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/-(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/-(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/-(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/-=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/-=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/acos(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/acos(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/asin(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/asin(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/atan(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/atan(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/atan2(y:x:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/atan2(y:x:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/degrees(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/degrees(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/degrees/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/degrees/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/description/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/description/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/halfpi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/halfpi/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/iszero/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/iszero/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/pi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/pi/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/radians(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/radians(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/radians/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/radians/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/twopi/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/twopi/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/angle/zero/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/angle/zero/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounded/bounds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounded/bounds/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounded/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounded/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/center/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/center/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/corners/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/corners/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/empty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/empty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/init(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/init(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/isempty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/isempty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/max/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/max/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/min/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/min/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/size/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/size/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/bounds/union(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/bounds/union(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/a/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/a/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/b/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/b/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/black/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/black/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/blue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/blue/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/clear/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/clear/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/components/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/components/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/cyan/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/cyan/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/g/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/g/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/gray/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/gray/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/green/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/green/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/init(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/init(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/lerp(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/lerp(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/magenta/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/magenta/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/orange/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/orange/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/r/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/r/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/red/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/red/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/white/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/white/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/color/yellow/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/color/yellow/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/cos(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/cos(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/interpolatable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/interpolatable/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/custommirror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/custommirror/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/direction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/direction/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/init(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/init(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/origin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/origin/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/rotate(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/rotate(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/line/rotated(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/line/rotated(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/linecomparable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/linecomparable/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/linesegment/end/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/linesegment/end/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/linesegment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/linesegment/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/linesegment/start/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/linesegment/start/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/max(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/max(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/alignment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/alignment/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/bounds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/bounds/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/cubemapped()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/cubemapped()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/custommirror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/custommirror/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/empty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/empty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/faces/back/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/faces/back/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/faces/front/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/faces/front/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/faces/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/faces/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/hastexcoords/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/hastexcoords/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/init(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/init(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/inset(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/inset(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/inverted()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/inverted()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/ioerror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/ioerror/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/isempty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/isempty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/iswatertight/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/iswatertight/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/material/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/material/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/materials/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/materials/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/objstring()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/objstring()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/offstring()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/offstring()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/polygons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/polygons/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/rotate(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/rotate(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/rotated(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/rotated(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/signedvolume/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/signedvolume/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/subdivide()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/subdivide()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/submeshes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/submeshes/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/surfacearea/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/surfacearea/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/uniqueedges/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/uniqueedges/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/volume/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/volume/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/mesh/wrapmode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/mesh/wrapmode/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/min(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/min(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/alignment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/alignment/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/bounds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/bounds/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/clipped(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/clipped(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/closed()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/closed()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/custommirror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/custommirror/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/edgevertices/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/edgevertices/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/empty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/empty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/facenormal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/facenormal/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/facevertices/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/facevertices/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/hascolors/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/hascolors/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/hastexcoords/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/hastexcoords/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/inset(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/inset(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/inverted()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/inverted()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/isclosed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/isclosed/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/isempty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/isempty/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/isplanar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/isplanar/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/latheprofile/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/latheprofile/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/length/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/length/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/orderededges/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/orderededges/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/plane/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/plane/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/points/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/points/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/rotate(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/rotate(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/rotated(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/rotated(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/path/subpaths/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/path/subpaths/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/pathpoint/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/pathpoint/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/pathpoint/color/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/pathpoint/color/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/pathpoint/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/pathpoint/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/'...(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/'...(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/'.._(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/'.._(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/'.._(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/'.._(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/_(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/_(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/encode(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/encode(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/init(from:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/inverted()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/inverted()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/normal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/normal/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/origin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/origin/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/rotate(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/rotate(by:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/w/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/w/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/xy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/xy/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/xz/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/xz/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/plane/yz/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/plane/yz/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/planecomparable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/planecomparable/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/planecomparison/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/planecomparison/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/pointcomparable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/pointcomparable/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/area/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/area/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/bounds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/bounds/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/center/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/center/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/centroid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/centroid/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/clip(to:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/clip(to:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/isconvex/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/isconvex/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/plane/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/plane/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/polygon/vertices/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/polygon/vertices/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/renderingmeshes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/renderingmeshes/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/-(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/-(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/_(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/_(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/_=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/_=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/angle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/angle/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/axis/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/axis/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/forward/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/forward/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/identity/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/identity/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/init()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/init()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/pitch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/pitch/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/right/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/right/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/roll(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/roll(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/roll/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/roll/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/up/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/up/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/yaw(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/yaw(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/rotation/yaw/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/rotation/yaw/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/sin(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/sin(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/stlbinaryoptions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/stlbinaryoptions/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/stlformat/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/stlformat/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/stltextoptions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/stltextoptions/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/tan(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/tan(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/transform/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/transform/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/transform/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/transform/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/transform/offset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/transform/offset/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/transform/scale/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/transform/scale/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/transformable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/transformable/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/'...(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/'...(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/'.._(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/'.._(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/'.._(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/'.._(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/+(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/+(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/+(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/+(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/+=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/+=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/-(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/-(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/-(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/-(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/-=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/-=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/_=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/_=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/components/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/components/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/cross(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/cross(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/dot(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/dot(_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/isone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/isone/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/iszero/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/iszero/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/length/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/length/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/lerp(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/lerp(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/one/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/one/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/unitx/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/unitx/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/unity/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/unity/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/unitz/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/unitz/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/x/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/x/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/y/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/y/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/z/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/z/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vector/zero/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vector/zero/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/!=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/*(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/*(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/*=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/*=(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/color/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/color/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/inverted()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/inverted()/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/lerp(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/lerp(_:_:)/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/normal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/normal/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/position/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/position/index.html -------------------------------------------------------------------------------- /docs/documentation/euclid/vertex/texcoord/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/documentation/euclid/vertex/texcoord/index.html -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/favicon.svg -------------------------------------------------------------------------------- /docs/img/added-icon.832a5d2c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/img/added-icon.832a5d2c.svg -------------------------------------------------------------------------------- /docs/img/deprecated-icon.7bf1740a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/img/deprecated-icon.7bf1740a.svg -------------------------------------------------------------------------------- /docs/img/modified-icon.efb2697d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/img/modified-icon.efb2697d.svg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/index/index.json -------------------------------------------------------------------------------- /docs/js/104.13ecc36d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/104.13ecc36d.js -------------------------------------------------------------------------------- /docs/js/337.274a8ccc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/337.274a8ccc.js -------------------------------------------------------------------------------- /docs/js/39.06467a79.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/39.06467a79.js -------------------------------------------------------------------------------- /docs/js/842.b02efbfb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/842.b02efbfb.js -------------------------------------------------------------------------------- /docs/js/chunk-vendors.bdb7cbba.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/chunk-vendors.bdb7cbba.js -------------------------------------------------------------------------------- /docs/js/documentation-topic.eef64d7d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/documentation-topic.eef64d7d.js -------------------------------------------------------------------------------- /docs/js/highlight-js-bash-js.702f0c5c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-bash-js.702f0c5c.js -------------------------------------------------------------------------------- /docs/js/highlight-js-c-js.063069d3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-c-js.063069d3.js -------------------------------------------------------------------------------- /docs/js/highlight-js-cpp-js.458a9ae4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-cpp-js.458a9ae4.js -------------------------------------------------------------------------------- /docs/js/highlight-js-css-js.bfc4251f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-css-js.bfc4251f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-custom-markdown.78c9f6ed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-custom-markdown.78c9f6ed.js -------------------------------------------------------------------------------- /docs/js/highlight-js-custom-swift.738731d1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-custom-swift.738731d1.js -------------------------------------------------------------------------------- /docs/js/highlight-js-diff-js.4db9a783.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-diff-js.4db9a783.js -------------------------------------------------------------------------------- /docs/js/highlight-js-http-js.f78e83c2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-http-js.f78e83c2.js -------------------------------------------------------------------------------- /docs/js/highlight-js-java-js.4fe21e94.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-java-js.4fe21e94.js -------------------------------------------------------------------------------- /docs/js/highlight-js-javascript-js.dfc9d16d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-javascript-js.dfc9d16d.js -------------------------------------------------------------------------------- /docs/js/highlight-js-json-js.2a1856ba.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-json-js.2a1856ba.js -------------------------------------------------------------------------------- /docs/js/highlight-js-llvm-js.26121771.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-llvm-js.26121771.js -------------------------------------------------------------------------------- /docs/js/highlight-js-markdown-js.a2f456af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-markdown-js.a2f456af.js -------------------------------------------------------------------------------- /docs/js/highlight-js-objectivec-js.74dea052.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-objectivec-js.74dea052.js -------------------------------------------------------------------------------- /docs/js/highlight-js-perl-js.da6eda82.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-perl-js.da6eda82.js -------------------------------------------------------------------------------- /docs/js/highlight-js-php-js.c458ffa4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-php-js.c458ffa4.js -------------------------------------------------------------------------------- /docs/js/highlight-js-python-js.60354774.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-python-js.60354774.js -------------------------------------------------------------------------------- /docs/js/highlight-js-ruby-js.7272231f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-ruby-js.7272231f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-scss-js.adcd11a2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-scss-js.adcd11a2.js -------------------------------------------------------------------------------- /docs/js/highlight-js-shell-js.0ad5b20f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-shell-js.0ad5b20f.js -------------------------------------------------------------------------------- /docs/js/highlight-js-swift-js.bdd5bff5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-swift-js.bdd5bff5.js -------------------------------------------------------------------------------- /docs/js/highlight-js-xml-js.0d78f903.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/highlight-js-xml-js.0d78f903.js -------------------------------------------------------------------------------- /docs/js/index.5b6366e8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/index.5b6366e8.js -------------------------------------------------------------------------------- /docs/js/topic.c7f55345.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/topic.c7f55345.js -------------------------------------------------------------------------------- /docs/js/tutorials-overview.9144a669.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/js/tutorials-overview.9144a669.js -------------------------------------------------------------------------------- /docs/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/docs/metadata.json -------------------------------------------------------------------------------- /prepare_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicklockwood/Euclid/HEAD/prepare_release.sh --------------------------------------------------------------------------------