Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetNormal
Method
GetNormal
ZEngine/src/GraphicVertex.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
glm::vec3 GraphicVertex::GetNormal() const {
22
return m_normal;
23
}
24
25
glm::vec2 GraphicVertex::GetTextureCoord() const {
26
return m_texture_coord;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected