Click or drag to resize

GeometryExtensionConvert Method

convert C++ vector to C# vector

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector3 Convert(
	this Vec3d vec
)

Parameters

vec
Type: Vec3d
C++ vector to be converted to C#

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Karamba.Geometry.GeometryExtension.Convert(feb.Vec3d)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Vec3d. 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