|
ToFebConvertToFebVec3d Method (Point3, Boolean)
|
Converts to Vec3d.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Vec3d ConvertToFebVec3d(
this Point3 point,
bool cMemOwn
)
<ExtensionAttribute>
Public Shared Function ConvertToFebVec3d (
point As Point3,
cMemOwn As Boolean
) As Vec3d
public:
[ExtensionAttribute]
static Vec3d^ ConvertToFebVec3d(
Point3 point,
bool cMemOwn
)
[<ExtensionAttribute>]
static member ConvertToFebVec3d :
point : Point3 *
cMemOwn : bool -> Vec3d
Parameters
- point
- Type: Karamba.GeometryPoint3
Point3 to be converted. - cMemOwn
- Type: SystemBoolean
if the memory is managed by the garbage collector. otherwise.
Return Value
Type:
Vec3dVec3d.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Point3. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also