MCPcopy Create free account

hub / github.com/aweary/ln.js / functions

Functions296 in github.com/aweary/ln.js

Methodcompile
()
src/csg.ts:36
Methodcompile
()
src/cone.ts:18
Methodcompile
()
src/cylinder.ts:21
Methodcompile
()
src/mesh.ts:29
Methodcompile
()
src/function.ts:27
Methodcompile
()
src/triangle.ts:37
Methodcompile
()
src/shape.ts:27
Methodcompile
()
src/shape.ts:50
Methodcompile
()
src/cube.ts:18
Methodconstructor
(center: Vector, radius: number)
src/sphere.ts:14
Methodconstructor
(eye: Vector, up: Vector, center: Vector, radius: number)
src/sphere.ts:91
Methodconstructor
(op: CSGOperation, a: ShapeT, b: ShapeT)
src/csg.ts:30
Methodconstructor
(radius: number, height: number)
src/cone.ts:13
Methodconstructor
(radius: number, z0: number, z1: number)
src/cylinder.ts:15
Methodconstructor
(eye: Vector, up: Vector, radius: number, z0: number, z1: number)
src/cylinder.ts:83
Methodconstructor
(v1: float32arr, v2: float32arr, v3: float32arr)
src/stl.ts:8
Methodconstructor
(triangles: Triangle[])
src/mesh.ts:21
Methodconstructor
()
src/set.ts:8
Methodconstructor
(x: number, y: number, z: number)
src/vector.ts:8
Methodconstructor
(origin: Vector, direction: Vector)
src/ray.ts:8
Methodconstructor
(matrix: Matrix, eye: Vector, scene: Scene)
src/filter.ts:14
Methodconstructor
()
src/scene.ts:15
Methodconstructor
(min?: Vector, max?: Vector)
src/box.ts:13
Methodconstructor
(fn: ShapeFn, box: Box, direction: Direction)
src/function.ts:21
Methodconstructor
(v1: Vector, v2: Vector, v3: Vector)
src/triangle.ts:15
Methodconstructor
(shapes: Array<ShapeT>)
src/tree.ts:11
Methodconstructor
(shapes: Array<ShapeT>)
src/tree.ts:34
Methodconstructor
(shape: ShapeT, matrix: Matrix)
src/shape.ts:21
Methodconstructor
( x00?: number, x01?: number, x02?: number, x03?: number, x10?: number, x11?: number,
src/matrix.ts:26
Methodconstructor
(min: Vector, max: Vector)
src/cube.ts:12
Methodconstructor
(point: Vector, normal: Vector)
src/plane.ts:12
Methodcontains
(v: Vector, f: number)
src/sphere.ts:39
Methodcontains
(v: Vector, f: number)
src/cone.ts:27
Methodcontains
(v: Vector, f: number)
src/cylinder.ts:32
Methodcontains
(v: Vector, f: number)
src/mesh.ts:40
Methodcontains
(b: Vector)
src/box.ts:31
Methodcontains
(v: Vector, f: number)
src/triangle.ts:45
Methodcontains
(v: Vector, f: number)
src/shape.ts:35
Methodcontains
(v: Vector, f: number)
src/shape.ts:59
Methodcontains
(v: Vector, f: number)
src/cube.ts:26
Functiondb
(a,b,c)
docs/assets/js/main.js:1
MethoddivScalar
(b: number)
src/vector.ts:92
Methodfilter
(v: Vector)
src/csg.ts:75
Methodfilter
(v: Vector)
src/filter.ts:20
FunctionfilterPaths
(p: Paths, f: FilterT)
src/paths.ts:33
FunctionfilterPaths
(p: Path, f: FilterT)
src/path.ts:46
Methodfrustrum
( l: number, r: number, b: number, t: number, n: number, f: number )
src/matrix.ts:74
MethodhashCode
()
src/vector.ts:14
Methodintersect
(r: Ray)
src/sphere.ts:43
Methodintersect
(r: Ray)
src/csg.ts:57
Methodintersect
(ray: Ray)
src/cone.ts:32
Methodintersect
(ray: Ray)
src/cylinder.ts:40
Methodintersect
(r: Ray)
src/mesh.ts:44
Methodintersect
(r: Ray)
src/box.ts:49
Methodintersect
(ray: Ray)
src/function.ts:42
Methodintersect
(r: Ray)
src/triangle.ts:49
Methodintersect
(r: Ray)
src/tree.ts:18
Methodintersect
(r: Ray, tmin: number, tmax: number)
src/tree.ts:42
Methodintersect
(r: Ray)
src/shape.ts:39
Methodintersect
(r: Ray)
src/shape.ts:63
Methodintersect
(r: Ray)
src/cube.ts:39
Functionlb
(a)
docs/assets/js/main.js:1
Functionlerp
(min: number, max: number, t: number)
src/math.ts:25
FunctionloadOBJ
(data: string)
src/obj.ts:17
Methodmax
(b: Vector)
src/vector.ts:104
MethodminAxis
()
src/vector.ts:111
Methodorthographic
( l: number, r: number, b: number, t: number, n: number, f: number )
src/matrix.ts:85
Methodpartition
(axis: Axis, point: number)
src/box.ts:70
Methodpaths
()
src/sphere.ts:63
Methodpaths
()
src/sphere.ts:97
Methodpaths
()
src/csg.ts:68
Methodpaths
()
src/cone.ts:69
Methodpaths
()
src/cylinder.ts:68
Methodpaths
()
src/cylinder.ts:89
Methodpaths
()
src/mesh.ts:52
Methodpaths
()
src/function.ts:54
Methodpaths
()
src/triangle.ts:86
Methodpaths
()
src/shape.ts:43
Methodpaths
()
src/shape.ts:67
Methodpaths
()
src/cube.ts:54
FunctionregisterComponent
(constructor,selector,priority,namespace)
docs/assets/js/main.js:5
FunctionregisterService
(constructor,name,priority)
docs/assets/js/main.js:5
Functionres
()
docs/assets/js/main.js:5
MethodsaveBinarySTL
(path: string)
src/mesh.ts:105
Functionshape
(x: number, y: number)
demos/function.ts:3
Functionsimplify
(p: Paths, threshold: number)
src/paths.ts:41
Functionsimplify
(p: Path, threshold: number)
src/path.ts:67
FunctiontoSVG
(p: Paths, width: number, height: number)
src/paths.ts:49
FunctiontoSVG
(p: Path)
src/path.ts:91
MethodtoString
()
src/vector.ts:19
MethodtoString
()
src/triangle.ts:22
Functiontransform
(p: Paths, matrix: Matrix)
src/paths.ts:17
Functiontransform
(p: Path, matrix: Matrix)
src/path.ts:17
Methodtranspose
()
src/matrix.ts:188
MethodupdateBoundingBox
()
src/triangle.ts:32
Methodvoxelize
(size: number)
src/mesh.ts:110
← previous201–296 of 296, ranked by callers