You are here: Start » AVL.NET » AVS.CreateCoordinateSystemFromVector Method

AVS.CreateCoordinateSystemFromVector Method

Creates a coordinate system from a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateCoordinateSystemFromVector
(
	AvlNet.Vector2D inVector,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

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

See also