Learn the basics of Socket.io by making a Multiplayer Game

By DEV Community - 2021-01-14

Description

With the increasing demand for Multiplayer Games in today's world, developers must take note of the t...

Summary

  • Orthogonal Matrix What is an Orthogonal Matrix?
  • In terms of geometry, orthogonal means that two vectors are perpendicular to each other.
  • Additionally you may select any two rows and find that the same property holds, as the transpose of an orthogonal matrix is itself an orthogonal matrix.
  • Because the transpose preserves the determinant, it is easy to show that the determinant of an orthogonal matrix must be equal to 1 or -1.

 

Topics

  1. Frontend (0.23)
  2. UX (0.11)
  3. Backend (0.07)

Similar Articles

Building a serverless multi-player game that scales

By Amazon Web Services - 2021-02-24

This post introduces the Simple Trivia Service, a single- and multi-player game built using a serverless-first architecture on AWS. I cover different solutions that you can use to enable connectivity ...

Server-Side Rendering (SSR) with React

By DEV Community - 2021-02-28

by Author Samaila Bala Server Side rendering has been the popular way of rendering web applications... Tagged with react, webdev, javascript.