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