Properties
Category
English
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
792
Share
Answered
I have the following 4x4 transformation matrix:
{ { cos(θ), -sin(θ), 0, x * (1 - cos(θ)) + y * sin(θ) }, { sin(θ), cos(θ), 0, y * (1 - cos(θ)) - x * sin(θ) }, { 0, 0, 1, 0 }, { 0, 0, 0, 1 } }
How do I apply it to a 3D point in GeoGebra if I can't represent a point as (x, y, z, w)?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Have you tried making a vector from a point thus?
Have you tried making a vector from a point thus?
Comments have been locked on this page!