Struct Triangle2f
  
  
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
  Constructors
  
  
  
  
  Triangle2f(Vector2f, Vector2f, Vector2f)
  
  
  Declaration
  
    public Triangle2f(Vector2f v0, Vector2f v1, Vector2f v2)
   
  Parameters
  
  Fields
  
  
  
  V0
  
  
  Declaration
  
  Field Value
  
  
  
  V1
  
  
  Declaration
  
  Field Value
  
  
  
  V2
  
  
  Declaration
  
  Field Value
  
  Properties
  
  
  
  
  Item[Int32]
  
  
  Declaration
  
    public Vector2f this[int key] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        key | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  PointAt(Vector3f)
  
  
  Declaration
  
    public Vector2f PointAt(Vector3f bary)
   
  Parameters
  
  Returns
  
  
  
  
  PointAt(Single, Single, Single)
  
  
  Declaration
  
    public Vector2f PointAt(float bary0, float bary1, float bary2)
   
  Parameters
  
  Returns