Skip to content

Content with a visual representation of mathematical calculations

License

Notifications You must be signed in to change notification settings

markveligod/MathContentUE

Repository files navigation

MathContentUE

Project Description

The essence of the project is to identify and use mathematical techniques on the example of using Unreal Engine 5
List of examples:

  • Radial Trigger
  • Look At Trigger
  • Space Transform
  • Laser Reflection

Radial Trigger

Description: Calculation of the distance by the radius of the circle
Path to C++ class: Source/MathProject/RadialTrigger
Demonstration:

RadialTrigger.mp4

Look At Trigger

Description: Calculation of the direction of view via DotProduct
Path to C++ class: Source/MathProject/LookAtTrigger
Demonstration:

LookAtTrigger.mp4

Space Transform

Description: There is a spatial transformation going on here. Standard functions for obtaining local and world coordinates are not used here
Path to C++ class: Source/MathProject/SpaceTransform
Demonstration:

SpaceTransform.mp4

Laser Reflection

Description: Here is the operation of the reflector beam. The standard reflection calculation functionality is not used
Path to C++ class: Source/MathProject/LaserReflection
Demonstration:

LaserReflection.mp4

📫 Other

‼️ Attention: If you can improve my trash code then make a pull request.

©️Authors:

Mark Veligod

About

Content with a visual representation of mathematical calculations

Resources

License

Stars

Watchers

Forks