EntropyCanvas::MeshData::Vec4
EntropyCanvas::MeshData::Vec4
Section titled “EntropyCanvas::MeshData::Vec4”4D vector for tangents (xyz = tangent, w = handedness)
#include <MeshData.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| float | z |
| float | y |
| float | x |
| float | w |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable z
Section titled “variable z”float z = 0.0f;variable y
Section titled “variable y”float y = 0.0f;variable x
Section titled “variable x”float x = 0.0f;variable w
Section titled “variable w”float w = 1.0f;Updated on 2026-01-26 at 17:14:35 -0500