You are here: Start » AVL.NET » Invoke.CreateCoordinateSystemFromTwoPoints
Creates a coordinate system with two points on its axes.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateCoordinateSystemFromTwoPoints ( Avl.Point2D inPoint1, Avl.Point2D inPoint2, float inAngle, float inScale, float inScaleDivisor, out Avl.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint1 | Avl.Point2D | |||
![]() | inPoint2 | Avl.Point2D | |||
![]() | 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 | Avl.CoordinateSystem2D |