Vector3d.ToString Method

Vector3dToString Method

Returns the string representation of the current vector, in the form X,Y,Z.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override string ToString()
Public Overrides Function ToString As String

Return Value

Type: String
A string with the current location of the point.
See Also