Click or drag to resize

Cartesian Constructor (Double, Double, Double)

Initializes a set of Cartesian coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
The linear coordinate along the positive x-axis.
y
Type: SystemDouble
The linear coordinate along the positive y-axis.
z
Type: SystemDouble
The linear coordinate along the positive z-axis.
See Also