Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
typed-geometry
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Philip Trettner
  • typed-geometry
  • Issues
  • #7

Closed
Open
Created May 21, 2019 by Julian Schakib@jschakibDeveloper

scalar matrix multiplication

auto works = tg::mat1::identity * 2.0f; // works
auto noworks = 2.0f * tg::mat1::identity; // wont work

scalars can only be multiplied to matrices on the right. looking at the other matrix operations i guess you want it to stay this way?

Edited May 21, 2019 by Julian Schakib
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None