AxisTriadLayer.setLengthWorld¶
Summary¶
AxisTriadLayer.setLengthWorld sets the world-space axis length for a world-anchored triad.
Values are clamped to at least 1e-6.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
value |
number |
Yes | World-space axis length. |
Returns¶
this - The same instance for method chaining.
Type Details¶
The effective value is Math.max(1e-6, value).