CreateCoordinateSystemFromVector
Creates a coordinate system from a vector.
Applications:Both vectors and coordinate systems can represent object translations. This operation does a conversion.
Syntax
C++
Python
def CreateCoordinateSystemFromVector( inVector: Vector2D, /, *, inAngle: float = 0, inScale: float = 1.0, inScaleDivisor: float = 1.0 ) -> outCoordinateSystem: CoordinateSystem2D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inVector | Vector2D | |||
![]() |
inAngle | float | 0 | ||
![]() |
inScale | float | 0.001 - ![]() |
1.0 | |
![]() |
inScaleDivisor | float | 0.001 - ![]() |
1.0 | |
![]() |
outCoordinateSystem | CoordinateSystem2D |



