Skip to content
This repository was archived by the owner on Apr 6, 2025. It is now read-only.
This repository was archived by the owner on Apr 6, 2025. It is now read-only.

Вращение вокруг осей x и z с ошибками в знаках #1

Description

@Danilado

https://ru.wikipedia.org/wiki/Матрица_поворота#Матрица_поворота_в_трёхмерном_пространстве

point.y = (point.y - r_center.y) * r_cos + (point.z - r_center.z) * r_sin + r_center.y;

point.x = (point.x - r_center.x) * r_cos + (point.y - r_center.y)* r_sin + r_center.x;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions