Wonder-Technology/Wonder.js

View on GitHub
src/construct/domain_layer/domain/scene/scene_graph/value_object/ProjectionMatrixVO.res

Summary

Maintainability
Test Coverage
type t = ProjectionMatrix(SceneGraphRepoType.projectionMatrix)

let create = value => ProjectionMatrix(value)

let value = mat =>
  switch mat {
  | ProjectionMatrix(value) => value
  }