This is the documentation for Enlighten.
class Geo IdxLink
class Geo::IdxLink
A link between two vertices.
Just a pair of indices. The order is unimportant
Variables
Functions
Name | Description |
|---|---|
Convenience function to make an IdxLink from two s32s. |
static IdxLink Geo::IdxLink::MakeIdxLink
public: IdxLink MakeIdxLink
(
Geo::s32 a,
Geo::s32 b
)
Convenience function to make an IdxLink from two s32s.