UnitConversiontoUnit(Point3) Method

converts given point from the base unit of the conversion.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public Point3 toUnit(
	Point3 poi
)

Parameters

poi  Point3
point to be converted.

Return Value

Point3
converted point.

See Also