You are here: Start » AVL.NET » Invoke.CreateCoordinateSystemFromTwoPoints

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
inPoint1Avl.Point2D
inPoint2Avl.Point2D
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemAvl.CoordinateSystem2D

See also