You are here: Start » AVL.NET » AVL.SegmentToWorldCoordinates(AvlNet.Segment2D, AvlNet.Position3D, float, AvlNet.Point3D[])

AVL.SegmentToWorldCoordinates(AvlNet.Segment2D, AvlNet.Position3D, float, AvlNet.Point3D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SegmentToWorldCoordinates(
	AvlNet.Segment2D inSegment,
	AvlNet.Position3D inWorldPlane,
	float inResolution,
	out AvlNet.Point3D[] outWorldPoints
)

Parameters

inSegment
Type: AvlNet.Segment2D
inWorldPlane
Type: AvlNet.Position3D
inResolution
Type: System.Single
outWorldPoints
Type: AvlNet.Point3D

See also