@@ -27,7 +27,7 @@ package SpatialFrames {
2727
2828 /**
2929 * The PositionOf a Point relative to a SpatialFrame, at a specific time relative to a given
30- * clock , as a positionVector that is a ThreeVectorValue.
30+ * Clock , as a positionVector that is a ThreeVectorValue.
3131 */
3232 abstract function PositionOf {
3333 in point : Point[1];
@@ -46,7 +46,7 @@ package SpatialFrames {
4646
4747 /**
4848 * The result positionVector is equal to the PositionOf the Point spaceShot of the
49- * frame that encloses the given point, at the current time.
49+ * frame that encloses the given point, at the given time.
5050 */
5151 inv spacePositionConstraint {
5252 (frame.spaceShots as Point)->forAll{in p : Point;
@@ -70,8 +70,8 @@ package SpatialFrames {
7070
7171 /**
7272 * The DisplacementOf two Points relative to a SpatialFrame, at a specific time relative to a
73- * given clock , is the displacementVector computed as the difference between the PositionOf the
74- * first point and PositionOf the second point , relative to that SpatialFrame, at that time.
73+ * given Clock , is the displacementVector computed as the difference between the PositionOf the
74+ * first Point and PositionOf the second Point , relative to that SpatialFrame, at that time.
7575 */
7676 function DisplacementOf {
7777 in point1 : Point[1];
@@ -94,8 +94,8 @@ package SpatialFrames {
9494 }
9595
9696 /**
97- * The CurrentDisplacementOf two points relative to a SpatialFrame and Clock is the DisplacementOf
98- * the Points realtive to the SpacialFrame at the currentTime of the Clock.
97+ * The CurrentDisplacementOf two Points relative to a SpatialFrame and Clock is the DisplacementOf
98+ * the Points relative to the SpacialFrame at the currentTime of the Clock.
9999 */
100100 function CurrentDisplacementOf {
101101 in point1 : Point[1];
@@ -134,7 +134,7 @@ package SpatialFrames {
134134 }
135135
136136 /**
137- * The DisplacementOf two points relative to a CartesianSpatialFrame is a CartesianThreeVectorValue.
137+ * The DisplacementOf two Points relative to a CartesianSpatialFrame is a CartesianThreeVectorValue.
138138 */
139139 function CartesianDisplacementOf :> DisplacementOf {
140140 in point1 : Point[1];
@@ -146,7 +146,7 @@ package SpatialFrames {
146146 }
147147
148148 /**
149- * The CurrentDisplacementOf two points relative to a CartesianSpatialFrame is a CartesianThreeVectorValue.
149+ * The CurrentDisplacementOf two Points relative to a CartesianSpatialFrame is a CartesianThreeVectorValue.
150150 */
151151 function CartesianCurrentDisplacementOf :> CurrentDisplacementOf {
152152 in point1 : Point[1];
0 commit comments