|
UnitConversiontoBase Method (Point3)
|
converts given point to the base unit of the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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