Click or drag to resize

Point3Item Property

Gets or sets a point 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 point component. Valid values are: 0 = X-component 1 = Y-component 2 = Z-component

Property Value

Type: Double
See Also