Click or drag to resize

Triangle Structure

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public struct Triangle : IEquatable<Triangle>

The Triangle type exposes the following members.

Constructors
  NameDescription
Public methodTriangle
Top
Properties
  NameDescription
Public propertyNormal
Public propertyVertices
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Triangle)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldVertex1
Public fieldVertex2
Public fieldVertex3
Top
See Also