-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
92 lines (91 loc) · 2.37 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
S3method("$",dddr_quat)
S3method("$",dddr_vector3)
S3method(Conj,dddr_quat)
S3method(all.equal,dddr_quat)
S3method(approx,dddr_vector3)
S3method(approx,default)
S3method(as.character,dddr_vector3)
S3method(as_vector3,character)
S3method(format,dddr_quat)
S3method(format,dddr_vector3)
S3method(format,dddr_vector3_pillar)
S3method(is.na,dddr_vector3)
S3method(pillar_shaft,dddr_vector3)
S3method(rotate,dddr_quat)
S3method(rotate,dddr_vector3)
S3method(scale_type,dddr_quat)
S3method(scale_type,dddr_vector3)
S3method(vec_arith,dddr_quat)
S3method(vec_arith,dddr_vector3)
S3method(vec_arith.dddr_quat,dddr_quat)
S3method(vec_arith.dddr_quat,default)
S3method(vec_arith.dddr_vector3,MISSING)
S3method(vec_arith.dddr_vector3,dddr_vector3)
S3method(vec_arith.dddr_vector3,default)
S3method(vec_arith.dddr_vector3,numeric)
S3method(vec_arith.numeric,dddr_vector3)
S3method(vec_math,dddr_vector3)
S3method(vec_proxy_equal,dddr_quat)
S3method(vec_ptype_abbr,dddr_quat)
S3method(vec_ptype_abbr,dddr_vector3)
export(CoordLookAt)
export(StatBin2d3)
export(StatSegment3)
export(StatSpoke3)
export(StatVector3)
export(angle_between)
export(approx)
export(as_vector3)
export(axis_angle)
export(compare_proxy.dddr_quat)
export(coord_look_at)
export(coord_look_at_back)
export(coord_look_at_bottom)
export(coord_look_at_front)
export(coord_look_at_port)
export(coord_look_at_starboard)
export(coord_look_at_top)
export(cross)
export(direction)
export(distance_between)
export(dot)
export(geom_bin2d3)
export(geom_path3)
export(geom_point3)
export(geom_segment3)
export(geom_spoke3)
export(get_angles_semantics)
export(get_axes_semantics)
export(get_dddr_semantics)
export(magnitude)
export(pitch)
export(project)
export(quat)
export(reject)
export(roll)
export(rotate)
export(semantics_angles)
export(semantics_angles_unity)
export(semantics_axes)
export(semantics_axes_opengl)
export(semantics_axes_unity)
export(semantics_axes_unreal)
export(set_dddr_semantics)
export(stat_bin2d3)
export(stat_bin_2d3)
export(stat_segment3)
export(stat_spoke3)
export(stat_vector3)
export(tait_bryan)
export(vec_arith.dddr_vector3)
export(vector3)
export(yaw)
importFrom(ggplot2,scale_type)
importFrom(pillar,pillar_shaft)
importFrom(rlang,abort)
importFrom(vctrs,vec_arith)
importFrom(vctrs,vec_arith.numeric)
importFrom(vctrs,vec_math)
importFrom(vctrs,vec_proxy_equal)
importFrom(vctrs,vec_ptype_abbr)