Methods
getCoordinates() → {Array.<Vector3>}
Get CrossRuler handles position
- Source:
Returns:
First begin, first end, second begin, second end
- Type
- Array.<Vector3>
getDimensions() → {Array}
Get length of rulers
- Source:
Returns:
- Type
- Array
initCoordinates(first, second, third, fourth)
Set CrossRuler handles position
Parameters:
Name | Type | Description |
---|---|---|
first |
Vector3 | The beginning of the first line |
second |
Vector3 | The end of the first line |
third |
Vector3 | The beginning of the second line (clockwise relative to the first line) |
fourth |
Vector3 | The end of the second line |
- Source: