Skip to content

Commit 56dd45f

Browse files
committed
update folder structure, update help doc
1 parent 643ecc2 commit 56dd45f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

HelpSource/Classes/PointView.schelp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,18 @@ table::
7878
If code::update:: is code::true::, the connecting lines will immediately be shown.
7979

8080
ARGUMENT:: close
81-
a link::Classes/Boolean:: whether the end and start point of connection groups
81+
A link::Classes/Boolean:: whether the end and start point of connection groups
8282
should be connected. This argument will set the instance state
8383
link::#-closeConnections:: and will default to this state if the argument is
8484
code::nil::.
8585

8686
Connections can be toggled on and off with link::#-showConnections::.
8787
Default connections are code::\sequential::.
8888

89+
ARGUMENT:: update
90+
A link::Classes/Boolean:: whether to update the view with the new connections
91+
or not.
92+
8993
METHOD:: closeConnections
9094
Set a link::Classes/Boolean:: whether the end and start point of connection groups
9195
should be connected.
@@ -275,7 +279,7 @@ rotate cyclically around each axis or all axes.
275279

276280
METHOD:: rotateCycPeriod
277281
METHOD:: tiltCycPeriod
278-
METHOD:: tumbleCyclePeriod
282+
METHOD:: tumbleCycPeriod
279283
METHOD:: allCycPeriod
280284
The cycle period of each axis or all axes, in seconds.
281285

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The PointView Quark : Read Me
2-
========================
1+
The PointView Quark
2+
===================
33
_An interactive view displaying a collection of points in 3D space._
44

55
Points are `Cartesian` points (optionally specified as directional pairs of

0 commit comments

Comments
 (0)