You are here: Start » FIL.NET » Invoke.CreateCoordinateSystemFromVector
Creates a coordinate system from a vector.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateCoordinateSystemFromVector ( Fil.Vector2D inVector, float inAngle, float inScale, float inScaleDivisor, out Fil.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector | Fil.Vector2D | |||
![]() | inAngle | float | |||
![]() | inScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | inScaleDivisor | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outCoordinateSystem | Fil.CoordinateSystem2D |