OpenSiv3D  v0.6.5
C++20 framework for creative coding
NormalComputation.hpp File Reference
#include "Common.hpp"
#include <ThirdParty/EnumBitmask/EnumBitmask.hpp>

Namespaces

 s3d
 

Enumerations

enum  s3d::NormalComputation : uint32 {
  s3d::NormalComputation::WeightByAngle = 0x0, s3d::NormalComputation::WeightByArea = 0x1, s3d::NormalComputation::WeightEqual = 0x2, s3d::NormalComputation::WindCCW = 0x4,
  s3d::NormalComputation::Default = WeightByAngle
}
 

Functions

 s3d::DEFINE_BITMASK_OPERATORS (NormalComputation)