IrrKlang.NET

Vector3D.SetLength Method 

Sets the lenght of the vector to a new value

[Visual Basic]
Public Sub SetLength( _
   ByVal newlength As Single _
)
[C#]
public void SetLength(
   float newlength
);

See Also

Vector3D Class | IrrKlang Namespace