Click or drag to resize

Transform3DTransform(Point3D) Method

Performs a transformation.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public Point3D Transform(
	Point3D pt
)

Parameters

pt  Point3D
The point to transform

Return Value

Point3D
The transformed point.
See Also