Click or drag to resize

UtilVectorFromDict Method

[Missing <summary> documentation for "M:PolyFramework.Util.VectorFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static Vector3d VectorFromDict(
	Dictionary<string, Object> dict
)

Parameters

dict
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="dict"/> documentation for "M:PolyFramework.Util.VectorFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

Type: Vector3d

[Missing <returns> documentation for "M:PolyFramework.Util.VectorFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also