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

AVS.AvsFilter_MakeCoordinateSystem Method

Creates a coordinate system structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeCoordinateSystem
(
	AvlNet.Point2D inOrigin,
	float inAngle,
	float inScale,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inOriginAvlNet.Point2DOrigin of the coordinate system.
inAnglefloatClock-wise orientation angle.
inScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemAvlNet.CoordinateSystem2D

See also