Methods
compute(createInfo) → {Object}
Computes the perpendicular line
Parameters:
Name | Type | Description |
---|---|---|
createInfo |
CreateInfo | The creation info |
- Source:
Returns:
The line with TYPE_LINE
- Type
- Object
(static) fromVectorsOrLine(params) → {CreateInfo}
Creates a new perpendicular line from a vector or a line.
The line will use the first point of a line or the vector reference as a point through which it goes
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
Properties
|
- Source:
Returns:
The creation info
- Type
- CreateInfo