|
Vector3Item Property
|
Gets or sets a vector component at the given index.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Double
Get
Set
public:
property double default[int index] {
double get (int index);
void set (int index, double value);
}
member Item : float with get, set
Parameters
- index
- Type: SystemInt32
Index of vector component. Valid values are:
0 = X-component.
1 = Y-component.
2 = Z-component.
.
Property Value
Type:
Double
See Also