This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Geo::IdxLink

A link between two vertices.

Just a pair of indices. The order is unimportant

Name Description
Geo::s32 m_Idx0

Index. Negative numbers are invalid.

Geo::s32 m_Idx1

Index. Negative numbers are invalid.

Name Description
MakeIdxLink(Geo::s32, Geo::s32)

Convenience function to make an IdxLink from two s32s.



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


Convenience function to make an IdxLink from two s32s.

  • No labels