WSF
usmtf::LineSegment Struct Reference

Represents a Line segment so that intersection can be calculated. More...

#include <PositionUtils.hpp>

Collaboration diagram for usmtf::LineSegment:

Public Member Functions

UtLLPos Intersect (const LineSegment &aOther) noexcept

Public Attributes

Point mA
Point mB

Detailed Description

Represents a Line segment so that intersection can be calculated.

Member Function Documentation

◆ Intersect()

UtLLPos usmtf::LineSegment::Intersect ( const LineSegment & aOther)
noexcept

References mA, and mB.

Member Data Documentation

◆ mA

Point usmtf::LineSegment::mA

Referenced by Intersect().

◆ mB

Point usmtf::LineSegment::mB

Referenced by Intersect().


The documentation for this struct was generated from the following files:
Copyrights Multiple, All Rights Reserved