|   | Vector3ToVector4 Method  | 
        
         
            Converts the vector to a 4D vector.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic Vector4 ToVector4()
Public Function ToVector4 As Vector4
Return Value
Type: 
Vector4Returns 4D vector which is an extension of the 3D vector.
 Remarks
RemarksThe method returns a 4D vector which has X, Y and Z coordinates equal to the
            coordinates of this 3D vector and W coordinate set to 1.0.
 See Also
See Also