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

Invoke.CreateCoordinateSystemFromVector

Creates a coordinate system from a vector.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromVector
(
	Avl.Vector2D inVector,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out Avl.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inVectorAvl.Vector2D
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemAvl.CoordinateSystem2D

See also