Click or drag to resize
LineSegment2IComputeSide 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(
	Vector2I point
)

Parameters

point
Type: Slash.Math.Algebra.VectorsVector2I

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

Return Value

Type: Side

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

See Also