Transform3DTransform(Point3D) 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 Point3D pt
)
Parameters
- pt Point3D
- The point to transform. Point will be replaced by the result.
See Also