Click or drag to resize

BindablePoint(Double, Double, Double) Constructor

Initializes a new instance of the BindablePoint class

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public BindablePoint(
	double x,
	double y,
	double z
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.#ctor(System.Double,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.#ctor(System.Double,System.Double,System.Double)"]

z  Double

[Missing <param name="z"/> documentation for "M:RAYLASE.Shared.GUI.BindablePoint.#ctor(System.Double,System.Double,System.Double)"]

See Also