Click or drag to resize

Vec3D Constructor

Initializes a new instance of the Vec3D class

Namespace:  StarfieldUtils.MathUtils
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vec3D(
	double X,
	double Y,
	double Z
)

Parameters

X
Type: SystemDouble

[Missing <param name="X"/> documentation for "M:StarfieldUtils.MathUtils.Vec3D.#ctor(System.Double,System.Double,System.Double)"]

Y
Type: SystemDouble

[Missing <param name="Y"/> documentation for "M:StarfieldUtils.MathUtils.Vec3D.#ctor(System.Double,System.Double,System.Double)"]

Z
Type: SystemDouble

[Missing <param name="Z"/> documentation for "M:StarfieldUtils.MathUtils.Vec3D.#ctor(System.Double,System.Double,System.Double)"]

See Also