Click or drag to resize

ToKarambaCommonConvert Method (Vector3f)

Converts to Karamba's Vector3.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static Vector3 Convert(
	this Vector3f vector
)

Parameters

vector
Type: Vector3f
Vector3f to be converted.

Return Value

Type: Vector3
Vector3.

Usage Note

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