Click or drag to resize
LineSegment2FComputeSide Method
Computes on which side of the line segment the passed point lies

Namespace: Slash.Math.Geometry.Lines
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public Side ComputeSide(
	Vector2F point
)

Parameters

point
Type: Slash.Math.Algebra.VectorsVector2F

[Missing <param name="point"/> documentation for "M:Slash.Math.Geometry.Lines.LineSegment2F.ComputeSide(Slash.Math.Algebra.Vectors.Vector2F)"]

Return Value

Type: Side

[Missing <returns> documentation for "M:Slash.Math.Geometry.Lines.LineSegment2F.ComputeSide(Slash.Math.Algebra.Vectors.Vector2F)"]

See Also