class ThreeDViewer.Mathematics.NormalizeVectorException

Overview

Exception that can happen during the normalization of a vector. More…

class NormalizeVectorException: Exception
{
public:
    // methods

    NormalizeVectorException();
    NormalizeVectorException(string message);
};

Detailed Documentation

Exception that can happen during the normalization of a vector.

Methods

NormalizeVectorException()

Initializes a new instance of the NormalizeVectorException class.

NormalizeVectorException(string message)

Initializes a new instance of the NormalizeVectorException class.

Parameters:

message

Message to display in the exception.