-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
44 lines (43 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(AFSreconstruction)
export(HopfTorusMesh)
export(MinkowskiSum)
export(SSSreconstruction)
export(alphaWrap)
export(cgalMesh)
export(conformalCyclideMesh)
export(crossProduct)
export(cyclideMesh)
export(exteriorEdges)
export(gyroTriangle)
export(isoCuboidMesh)
export(parametricMesh)
export(plotEdges)
export(revolutionMesh)
export(sphereMesh)
export(sphericalTriangle)
export(torusMesh)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,setRcppClass)
importFrom(data.table,uniqueN)
importFrom(grDevices,col2rgb)
importFrom(methods,new)
importFrom(onion,as.orthogonal)
importFrom(onion,as.quaternion)
importFrom(rgl,addNormals)
importFrom(rgl,cube3d)
importFrom(rgl,cylinder3d)
importFrom(rgl,icosahedron3d)
importFrom(rgl,mesh3d)
importFrom(rgl,rotate3d)
importFrom(rgl,scale3d)
importFrom(rgl,segments3d)
importFrom(rgl,shade3d)
importFrom(rgl,spheres3d)
importFrom(rgl,subdivision3d)
importFrom(rgl,tmesh3d)
importFrom(rgl,translate3d)
importFrom(tools,file_ext)
useDynLib(cgalMeshes, .registration=TRUE)