Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StanislavPetrovV/Software_3D_engine
/ functions
Functions
31 in github.com/StanislavPetrovV/Software_3D_engine
⨍
Functions
31
◇
Types & classes
5
↓ 2 callers
Function
any_func
(arr, a, b)
object_3d.py:7
↓ 2 callers
Method
camera_pitch
(self, angle)
camera.py:49
↓ 2 callers
Method
camera_yaw
(self, angle)
camera.py:46
↓ 2 callers
Function
rotate_x
(a)
matrix_functions.py:15
↓ 2 callers
Function
rotate_y
(a)
matrix_functions.py:24
↓ 2 callers
Method
rotate_y
(self, angle)
object_3d.py:62
↓ 1 callers
Method
axiiIdentity
(self)
camera.py:52
↓ 1 callers
Method
camera_matrix
(self)
camera.py:65
↓ 1 callers
Method
camera_update_axii
(self)
camera.py:57
↓ 1 callers
Method
control
(self)
camera.py:22
↓ 1 callers
Method
create_objects
(self)
main.py:17
↓ 1 callers
Method
draw
(self)
main.py:34
↓ 1 callers
Method
get_object_from_file
(self, filename)
main.py:23
↓ 1 callers
Method
movement
(self)
object_3d.py:27
↓ 1 callers
Method
rotate_matrix
(self)
camera.py:78
↓ 1 callers
Function
rotate_z
(a)
matrix_functions.py:33
↓ 1 callers
Method
run
(self)
main.py:38
↓ 1 callers
Function
scale
(n)
matrix_functions.py:42
↓ 1 callers
Method
screen_projection
(self)
object_3d.py:31
↓ 1 callers
Function
translate
(pos)
matrix_functions.py:5
↓ 1 callers
Method
translate
(self, pos)
object_3d.py:53
↓ 1 callers
Method
translate_matrix
(self)
camera.py:69
Method
__init__
(self, render, position)
camera.py:5
Method
__init__
(self, render, vertices='', faces='')
object_3d.py:12
Method
__init__
(self, render)
object_3d.py:70
Method
__init__
(self, render)
projection.py:6
Method
__init__
(self)
main.py:8
Method
draw
(self)
object_3d.py:23
Method
rotate_x
(self, angle)
object_3d.py:59
Method
rotate_z
(self, angle)
object_3d.py:65
Method
scale
(self, scale_to)
object_3d.py:56