Click or drag to resize

UnitConversiontoBase Method (Point3)

converts given point to the base unit of the conversion

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Point3 toBase(
	Point3 poi
)

Parameters

poi
Type: Karamba.GeometryPoint3
point to be converted

Return Value

Type: Point3
converted point
See Also