Click or drag to resize

Transform3TransformPoints Method

Given a list, an array or any enumerable set of points, computes a new array of tranformed points.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Point3> TransformPoints(
	IEnumerable<Point3> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3
A list, an array or any enumerable set of points to be left untouched and copied.

Return Value

Type: ListPoint3
A new array.
See Also