Click or drag to resize

Line3F(Vector3F, Vector3F) Constructor

Initializes a new instance of the Line3F class

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

Parameters

start  Vector3F
 
end  Vector3F
 
See Also