Back to FabImage Studio website
You are here: Start » Filter Reference » Geometry 2D Constructions » CreateCoordinateSystemFromVector
Creates a coordinate system from a vector.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inVector | Vector2D | ||
![]() |
inAngle | Real | ||
![]() |
inScale | Real | 0.001 - ![]() |
|
![]() |
inScaleDivisor | Real | 0.001 - ![]() |
|
![]() |
outCoordinateSystem | CoordinateSystem2D |
Applications
Both vectors and coordinate systems can represent object translations. This operation does a conversion.
Hints
- Connect inVector to a computed vector representing the origin of a new coordinate system.
- Optionally set inAngle to define the rotation.
- Optionally set inScale and inScaleDivisor to obtain a custom scale.
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of CreateCoordinateSystem filter group.