Click or drag to resize

ToFebConvertToFebVec3d Method (Vector3)

Converts to Vec3d.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vec3d ConvertToFebVec3d(
	this Vector3 vector
)

Parameters

vector
Type: Karamba.GeometryVector3
Vector3 to be converted.

Return Value

Type: Vec3d
Vec3d.

Usage Note

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