hMove()
Moves the cursor horizontally by the given distance.
Signatures
hMove(distance: number): Geometry
Moves the cursor horizontally by the given distance.
| Parameter | Type | Description |
|---|---|---|
distance | number | The horizontal distance to move |
hMove(target: SceneObject): Geometry
Moves the cursor horizontally to the nearest intersection with the target geometry. The nearest intersection (in either direction along the X axis) is used.
| Parameter | Type | Description |
|---|---|---|
target | SceneObject | The geometry to intersect with |