|
UnitConversiontoUnit Method (Point3)
|
converts given point from the base unit of the conversion
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Point3 toUnit(
Point3 poi
)
Public Function toUnit (
poi As Point3
) As Point3
public:
Point3 toUnit(
Point3 poi
)
member toUnit :
poi : Point3 -> Point3
Parameters
- poi
- Type: Karamba.GeometryPoint3
point to be converted
Return Value
Type:
Point3converted point
See Also