Click or drag to resize

CoordinateSystemTransform Method

[This is preliminary documentation and is subject to change.]

Create a new point by applying the provided transformation vector on the origin of the coordinate system

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public Point Transform(
	Vector transformationVector
)

Parameters

transformationVector
Type: Infrastructure.GeometryVector
A vector describing the change in XYZ

Return Value

Type: Point
A point, transformed by transformationVector originating from the origin of the coordinate system
See Also