We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32720cc commit 53f148aCopy full SHA for 53f148a
src/ViewerMain/Model.fs
@@ -34,12 +34,12 @@ type CameraStateLean =
34
sky : V3d
35
}
36
37
- type Stationing = {
+type Stationing = {
38
sh : double
39
sv : double
40
41
42
- type OrientedPoint = {
+type OrientedPoint = {
43
direction : V3d
44
offsetToMainAxisPoint : V3d
45
position : V3d
0 commit comments