Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

282 total results found

Linear Algebra

Math

Data Structures and Algorithms

Job Details

Jobs

Computer Graphics

Euclidean Geometry

Computer Vision

Digital Content Creation Software

Game Engines

Coding Langauge

Design Patterns

System Design

Pipeline

Coding Interview Prep

Priority
1

00_General Interview Prep

Other

3D Math

3D Math

Python Programming

Python Programming

Unity Game Engine

~Weekly Agenda~

Topics:

Notes

Sorting and Searching

Python

C++

C#

Leetcoding Resources

Roadmap

Study Roadmap and cheat sheet 

Forward vs Deferred Rendering

Linear Algebra Interview Questions

linear algebra questions

Coordinate Systems

Basics

Geometry is a branch of mathematics that explores the properties, shapes, sizes, and dimensions of space. It includes topics such as points, lines, planes, angles, polygons, circles, and three-dimensional figures.

Trigonometry

Trigonometry is a branch of mathematics that deals with the relationships between the angles and sides of triangles. It involves the study of trigonometric functions (sine, cosine, tangent, etc.) and their applications to solve problems related to angles and d...

Quaternion Algebra

https://www.youtube.com/watch?v=zjMuIxRvygQ

Logic

Graph Theory

Combinatorics

Linked Lists

Sorting and Searching

Binary Tree

Sorting and Searching

C++

Python

Units

Basics

Formulas

Basics

Matrices

1) Essence of Linear Algebra

Vectors

1) Essence of Linear Algebra

Feb 4

Notes

Questions:  How projection relates to dot product? What are the other projection methods?

Synthetic Data Engineers

Job Descriptions

Technical Artists

Job Descriptions

3D Software Engineer

Job Descriptions

vl

Job Experience

Resume

Profile Improvements

Linkedin

Profile Improvements

State Machines

Behavioral Design Patterns

Coordinate Systems

1) Essence of Linear Algebra

Anyway to translate vectors and sets of numbers is called a coordinate system

Principal Component Analysis (PCA)

Dimensional Reduction

Singular Value Decomposition (SVD)

Dimensional Reduction

Fundamentals Review

Python

Object Oriented Design Patterns

Python

https://refactoring.guru/design-patterns/what-is-pattern

Cross Product

3D Math

testing

Dot Product

3D Math

January 4th, 2024

~Weekly Agenda~

January 4th, 2024: Dot product (scalar) Gives the length/magnitude Cross product (vector) Normal Bitangent Quaternions Gimbal lock  When two axes represents the same axis and you lose one degree of freedom ...

Jan 24

Notes

Dot product (scalar) Gives the length/magnitude Cross product (vector) Normal Bitangent Quaternions Gimbal lock  When two axes represents the same axis and you lose one degree of freedom Euler Angles ...

Algorithm

Sorting and Searching Linked Lists

Algorithm

Sorting and Searching Binary Tree

Big-O

Sorting and Searching Linked Lists

Python Implementation

Sorting and Searching Linked Lists

free grokking the coding interview

Leetcoding Resources

free grokking the coding interview   original questions

Neet75

Leetcoding Resources

https://youtube.com/playlist?list=PLot-Xpze53ldVwtstag2TL4HQhAnC8ATf&si=GXroquqj30FjN1cv

Quora Rec

Roadmap

Pros and Cons

Forward vs Deferred Rendering

Forward Rendering: Renders each object individually, one by one, during each pass. Lighting calculations performed in the same pass as geometry and material shading calculations. Deferred Rendering: Renders geometry and material properties in...

synthetic data engineer interview

Linear Algebra Interview Questions

Technical artists, especially those involved in computer graphics, may be asked coding questions related to linear algebra during interviews. These questions are designed to assess their understanding of mathematical concepts and their ability to apply them to...

Cartesian

Coordinate Systems

As a technical artist, the coordinate systems you encounter may depend on the specific domain and industry you work in. However, certain coordinate systems are commonly used in computer graphics, game development, and related fields. Here are some coordinate s...

Pythagorean Theorem

Basics Formulas

Vectors

Basics Units

Normalization

Sin, Cos, Tan `

Trigonometry

angles you want something to move at   repetitive motion   noise

Vector Properties

1) Essence of Linear Algebra Vectors

Vector Basics There are three perspectives to consider: Physics perspective Vectors are Arrows pointing in space. It is defined by two properties Length Direction Computer Science Perspective A vector is an ordered list (array) of nu...

Properties

1) Essence of Linear Algebra Matrices

Matrices are rectangular arrays consisting of numbers and are an example of 2nd-order tensors. If � and � are positive integers, that is �,�∈� then the �×� matrix contains �� numbers, with � rows and � columns. If all of the scalars in a matrix are real-value...

Linear Transformations

1) Essence of Linear Algebra Matrices

Linear Transformation of Matrices Prereq knowledge: Vectors and Basis Vectors, Linear dependent and independent  Linear Transformation is a way to move around space such that it fulfills these two conditions:  All grid lines must remain lines  Origin (0,...