MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / isPropertyTypeMatN

Function isPropertyTypeMatN

CesiumGltf/src/PropertyType.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314bool isPropertyTypeMatN(PropertyType type) {
315 return type == PropertyType::Mat2 || type == PropertyType::Mat3 ||
316 type == PropertyType::Mat4;
317}
318
319bool isPropertyComponentTypeInteger(PropertyComponentType componentType) {
320 return componentType == PropertyComponentType::Int8 ||

Callers 4

getPropertyViewMethod · 0.85
getPropertyViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected