-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.22 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export(makeHexahedron)
export(plotHexahedron)
export(rphong_on_hemisphere)
export(runif_in_annulus)
export(runif_in_cube)
export(runif_in_ellipsoid)
export(runif_in_hexahedron)
export(runif_in_pball)
export(runif_in_polygon)
export(runif_in_simplex)
export(runif_in_sphere)
export(runif_in_tetrahedron)
export(runif_in_torus)
export(runif_in_triangle)
export(runif_in_unitSimplex)
export(runif_on_cube)
export(runif_on_ellipse)
export(runif_on_ellipsoid)
export(runif_on_sphere)
export(runif_on_spherePatch)
export(runif_on_sphericalCap)
export(runif_on_stri)
export(runif_on_torus)
export(runif_on_triangle)
export(runif_on_unitSimplex)
export(surface_sphere)
export(surface_spherePatch)
export(surface_sphericalCap)
export(surface_stri)
export(surface_torus)
export(surface_triangle)
export(volume_ellipsoid)
export(volume_hexahedron)
export(volume_pball)
export(volume_simplex)
export(volume_sphere)
export(volume_sphericalCap)
export(volume_tetrahedron)
export(volume_torus)
export(volume_unitSimplex)
importFrom(abind,abind)
importFrom(pgnorm,rpgnorm)
importFrom(rgl,qmesh3d)
importFrom(rgl,shade3d)
importFrom(rgl,wire3d)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)