Table of Contents

Struct TopologyFace

Namespace
Lime
Assembly
Lime.dll
public struct TopologyFace : IEquatable<TopologyFace>, ITopologyPrimitive
Implements
Inherited Members

Constructors

TopologyFace(ushort, ushort, ushort)

public TopologyFace(ushort index0, ushort index1, ushort index2)

Parameters

index0 ushort
index1 ushort
index2 ushort

Fields

Index0

[YuzuMember("0")]
public ushort Index0

Field Value

ushort

Index1

[YuzuMember("1")]
public ushort Index1

Field Value

ushort

Index2

[YuzuMember("2")]
public ushort Index2

Field Value

ushort

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ushort this[int index] { get; }

Parameters

index int

Property Value

ushort

Methods

Equals(TopologyFace)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(TopologyFace other)

Parameters

other TopologyFace

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.