Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Tom Fischer's avatar
    400fa3b7
    [MathLib] Constructor of TemplateVector3 needs a initializer list. · 400fa3b7
    Tom Fischer authored
    The TemplateVector3 is derived from TemplatePoint<T,N>. There isn't a
    constructor taking 3 values for TemplatePoint. Instead of this a std::array
    is used to initialize the TemplatePoint data structures. For this reason
    the TemplateVector3 constructor that is taking two points to initialize
    the internal data needs an initializer list.
    400fa3b7
    History
    [MathLib] Constructor of TemplateVector3 needs a initializer list.
    Tom Fischer authored
    The TemplateVector3 is derived from TemplatePoint<T,N>. There isn't a
    constructor taking 3 values for TemplatePoint. Instead of this a std::array
    is used to initialize the TemplatePoint data structures. For this reason
    the TemplateVector3 constructor that is taking two points to initialize
    the internal data needs an initializer list.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.