Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::IdxLink

A link between two vertices.

Just a pair of indices. The order is unimportant

NameDescription
Geo::s32 m_Idx0

Index. Negative numbers are invalid.

Geo::s32 m_Idx1

Index. Negative numbers are invalid.

NameDescription
MakeIdxLink(Geo::s32, Geo::s32)

Convenience function to make an IdxLink from two s32s.


Anchor
ab7c7e63bb48efb7c00b878dee3870951
ab7c7e63bb48efb7c00b878dee3870951

...

public: IdxLink MakeIdxLink
(
    Geo::s32 a,
    Geo::s32 b
)

...

Convenience function to make an IdxLink from two s32s.