Skip to content

CSMath.Geometry.ILine_T_

Albert Domenech edited this page Jul 15, 2025 · 4 revisions

ILine Class

Definition

Namespace: CSMath.Geometry

C#

public interface ILine<T>

Properties

Returns Name Summary
T Direction Direction fo the line
T Origin Origin point that the line intersects with

Methods

Returns Name Summary
T FindIntersection(CSMath.Geometry.ILine)
Clone this wiki locally