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

AVS.AvsFilter_MakeLine3D Method

Creates a line in 3D structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeLine3D
(
	float inX0,
	float inY0,
	float inZ0,
	float inDeltaX,
	float inDeltaY,
	float inDeltaZ,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inX0floatX coordinate of a point lying on the line.
inY0floatY coordinate of a point lying on the line.
inZ0floatZ coordinate of a point lying on the line.
inDeltaXfloatDelta along x-axis of a vector parallel to the line.
inDeltaYfloatDelta along y-axis of a vector parallel to the line.
inDeltaZfloatDelta along z-axis of a vector parallel to the line.
outLine3DAvlNet.Line3D

See also