Click or drag to resize

GH_Vector Constructor (GH_Vector)

Create a duplicate of another vector

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Vector(
	GH_Vector other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Vector
Vector to copy. If null, a default vector will be created.
See Also