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

Invoke.CreateCoordinateSystemFromPoint

Creates a coordinate system with the specified origin.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromPoint
(
	Avl.Point2D inPoint,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out Avl.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inPointAvl.Point2DOrigin of the created coordinate system.
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemAvl.CoordinateSystem2D

See also