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

Invoke.CreateCoordinateSystemFromSegment

Creates a coordinate system with the origin on a given segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromSegment
(
	Avl.Segment2D inSegment,
	float inPointAnchor,
	float inRelativeAngle,
	float inScale,
	float inScaleDivisor,
	out Avl.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inPointAnchorfloat<-1.0f, 1.0f>0.0fDefault value: 0.0f.
inRelativeAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemAvl.CoordinateSystem2D

See also