Click or drag to resize

Transform3DTransform(Double, Double, Double) Method

Performs a transformation.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public void Transform(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x  Double
x value.
y  Double
y value.
z  Double
z value.
See Also