|
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)
Syntaxpublic Point3 toBase(
Point3 poi
)
Public Function toBase (
poi As Point3
) As Point3
public:
Point3 toBase(
Point3 poi
)
member toBase :
poi : Point3 -> Point3
Parameters
- poi
- Type: Karamba.GeometryPoint3
point to be converted
Return Value
Type:
Point3converted point
See Also