Click or drag to resize

Vector3Item Property

Gets or sets a vector component at the given index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double this[
	int index
] { 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