 | LineSegment2FComputeSide Method |
Computes on which side of the line segment the passed point lies
Namespace: Slash.Math.Geometry.LinesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Side ComputeSide(
Vector2F point
)
Public Function ComputeSide (
point As Vector2F
) As Side
public:
Side ComputeSide(
Vector2F point
)
member ComputeSide :
point : Vector2F -> Side
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