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

AVS.AvsFilter_AccessCoordinateSystem Method

Returns individual fields of a coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	out AvlNet.Point2D outOrigin,
	out float outAngle,
	out float outScale
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
outOriginAvlNet.Point2DOrigin of the coordinate system.
outAnglefloatClock-wise orientation angle.
outScalefloat

See also