Transform3DTransform(Double, Double, Double) Method |
Performs a transformation.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax 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