Struct Vector2dTuple2
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct Vector2dTuple2
  Constructors
Vector2dTuple2(Vector2d, Vector2d)
Declaration
public Vector2dTuple2(Vector2d v0, Vector2d v1)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Vector2d | v0 | |
| Vector2d | v1 | 
Fields
V0
Declaration
public Vector2d V0
  Field Value
| Type | Description | 
|---|---|
| Vector2d | 
V1
Declaration
public Vector2d V1
  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 |