You are here: Start » AVL.NET » Line3D Constructor

Line3D Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public Line3D
(
	float x,
	float y,
	float z,
	float deltaX,
	float deltaY,
	float deltaZ
)

Parameters

Name Type Range Default Description
xfloat
yfloat
zfloat
deltaXfloat
deltaYfloat
deltaZfloat

See also