|
ToKarambaCommonConvert Method (Vector3f)
|
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static Vector3 Convert(
this Vector3f vector
)
<ExtensionAttribute>
Public Shared Function Convert (
vector As Vector3f
) As Vector3
public:
[ExtensionAttribute]
static Vector3 Convert(
Vector3f vector
)
[<ExtensionAttribute>]
static member Convert :
vector : Vector3f -> Vector3
Parameters
- vector
- Type: Vector3f
Vector3f to be converted.
Return Value
Type:
Vector3Vector3.
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