At a Glance: This quaternion test consists in rotating points around an arbitrary axis (green line) using the formula P' = Q.P.Q* (not converting to ... This is another demo of a rotating cube, but this time i tried to implement it using fixed-point math (only integer numbers) because i ...

Java Tutorial 6 3d From Scratch Calculationz Part 1 -

This quaternion test consists in rotating points around an arbitrary axis (green line) using the formula P' = Q.P.Q* (not converting to ... This is another demo of a rotating cube, but this time i tried to implement it using fixed-point math (only integer numbers) because i ...

Important details found

  • This quaternion test consists in rotating points around an arbitrary axis (green line) using the formula P' = Q.P.Q* (not converting to ...
  • This is another demo of a rotating cube, but this time i tried to implement it using fixed-point math (only integer numbers) because i ...

Why this topic is useful

A structured page helps reduce disconnected snippets by grouping the main subject with context, examples, and nearby entries.

Sponsored

Frequently Asked Questions

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

How should readers use this information?

Use it as a starting point, then open related pages for more specific details.

What should readers check next?

Readers should check related pages, official references, or updated sources when details matter.

Reference Gallery

Java Tutorial #6 - 3D From scratch - Calculationz part 1
Java Tutorial #5 - 3D From scratch - Preparing for the calculationz
Java3D Tutorial Part 1
Java Tutorial #1 - 3D From scratch - Fullscreen JFrame
Java Tutorial #4 - 3D From scratch - Creating polygons in 3 dimensions
Java Tutorial #7 - 3D From scratch - Calculationz part 2
Java Tutorial #3 - 3D From scratch - Drawing polygons
Java Tutorial #9 - 3D From scratch - A Running program
[Java] 3D from scratch - 3D Demo Test using fixed-point math (only integer numbers)
Java 3D from scratch - Quaternion test #1: rotating points using P' = Q.P.Q*
Sponsored
View Full Details
Java Tutorial #6 - 3D From scratch - Calculationz part 1

Java Tutorial #6 - 3D From scratch - Calculationz part 1

Read more details and related context about Java Tutorial #6 - 3D From scratch - Calculationz part 1.

Java Tutorial #5 - 3D From scratch - Preparing for the calculationz

Java Tutorial #5 - 3D From scratch - Preparing for the calculationz

Yea this video is just me correcting errors and adding stuff we need. Source code:

Java3D Tutorial Part 1

Java3D Tutorial Part 1

Read more details and related context about Java3D Tutorial Part 1.

Java Tutorial #1 - 3D From scratch - Fullscreen JFrame

Java Tutorial #1 - 3D From scratch - Fullscreen JFrame

Read more details and related context about Java Tutorial #1 - 3D From scratch - Fullscreen JFrame.

Java Tutorial #4 - 3D From scratch - Creating polygons in 3 dimensions

Java Tutorial #4 - 3D From scratch - Creating polygons in 3 dimensions

Read more details and related context about Java Tutorial #4 - 3D From scratch - Creating polygons in 3 dimensions.

Java Tutorial #7 - 3D From scratch - Calculationz part 2

Java Tutorial #7 - 3D From scratch - Calculationz part 2

Read more details and related context about Java Tutorial #7 - 3D From scratch - Calculationz part 2.

Java Tutorial #3 - 3D From scratch - Drawing polygons

Java Tutorial #3 - 3D From scratch - Drawing polygons

Read more details and related context about Java Tutorial #3 - 3D From scratch - Drawing polygons.

Java Tutorial #9 - 3D From scratch - A Running program

Java Tutorial #9 - 3D From scratch - A Running program

We can now create a moving program instead of just an image. Source code:

[Java] 3D from scratch - 3D Demo Test using fixed-point math (only integer numbers)

[Java] 3D from scratch - 3D Demo Test using fixed-point math (only integer numbers)

This is another demo of a rotating cube, but this time i tried to implement it using fixed-point math (only integer numbers) because i ...

Java 3D from scratch - Quaternion test #1: rotating points using P' = Q.P.Q*

Java 3D from scratch - Quaternion test #1: rotating points using P' = Q.P.Q*

This quaternion test consists in rotating points around an arbitrary axis (green line) using the formula P' = Q.P.Q* (not converting to ...