Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.Triangle Struct Reference
Inheritance diagram for ff14bot.Managers.Triangle:

Public Member Functions

 Triangle (Vector3 Vertex1, Vector3 Vertex2, Vector3 Vertex3)
bool Equals (Triangle other)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Static Public Member Functions

static bool operator== (Triangle left, Triangle right)
static bool operator!= (Triangle left, Triangle right)

Public Attributes

readonly Vector3 Vertex1
readonly Vector3 Vertex2
readonly Vector3 Vertex3

Properties

IEnumerable< Vector3 > Vertices [get]
Vector3 Normal [get]

Constructor & Destructor Documentation

◆ Triangle()

ff14bot.Managers.Triangle.Triangle ( Vector3 Vertex1,
Vector3 Vertex2,
Vector3 Vertex3 )

Member Function Documentation

◆ Equals() [1/2]

override bool ff14bot.Managers.Triangle.Equals ( object obj)

◆ Equals() [2/2]

bool ff14bot.Managers.Triangle.Equals ( Triangle other)

◆ GetHashCode()

override int ff14bot.Managers.Triangle.GetHashCode ( )

◆ operator!=()

bool ff14bot.Managers.Triangle.operator!= ( Triangle left,
Triangle right )
static

◆ operator==()

bool ff14bot.Managers.Triangle.operator== ( Triangle left,
Triangle right )
static

◆ ToString()

override string ff14bot.Managers.Triangle.ToString ( )

Member Data Documentation

◆ Vertex1

readonly Vector3 ff14bot.Managers.Triangle.Vertex1

◆ Vertex2

readonly Vector3 ff14bot.Managers.Triangle.Vertex2

◆ Vertex3

readonly Vector3 ff14bot.Managers.Triangle.Vertex3

Property Documentation

◆ Normal

Vector3 ff14bot.Managers.Triangle.Normal
get

◆ Vertices

IEnumerable<Vector3> ff14bot.Managers.Triangle.Vertices
get