Struct Vector2dTuple3
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct Vector2dTuple3
  Constructors
Vector2dTuple3(Vector2d, Vector2d, Vector2d)
Declaration
public Vector2dTuple3(Vector2d v0, Vector2d v1, Vector2d v2)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Vector2d | v0 | |
| Vector2d | v1 | |
| Vector2d | v2 | 
Fields
V0
Declaration
public Vector2d V0
  Field Value
| Type | Description | 
|---|---|
| Vector2d | 
V1
Declaration
public Vector2d V1
  Field Value
| Type | Description | 
|---|---|
| Vector2d | 
V2
Declaration
public Vector2d V2
  Field Value
| Type | Description | 
|---|---|
| Vector2d | 
Properties
Item[Int32]
Declaration
public Vector2d this[int key] { get; set; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | key | 
Property Value
| Type | Description | 
|---|---|
| Vector2d |