Click or drag to resize

Line3(Vector3, Vector3) Constructor

Initializes a new instance of the Line3 class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Line3(
	Vector3 start,
	Vector3 end
)

Parameters

start  Vector3
 
end  Vector3
 
See Also