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