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

Segment3D Constructor

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

Syntax

public Segment3D
(
	float x1,
	float y1,
	float z1,
	float x2,
	float y2,
	float z2
)

Parameters

Name Type Range Default Description
x1float
y1float
z1float
x2float
y2float
z2float

See also