Click or drag to resize

SpaceMorphMorphPoint Method

Morphs an Euclidean point.

This method is abstract.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract Point3d MorphPoint(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
A point that will be morphed by this function.

Return Value

Type: Point3d
Resulting morphed point.
See Also