WeightStyle Enumeration
Enumeration of how weights are carried
- UnWeighted (0) -- there are no weights
- WeightsAlreadyAppliedToCoordinates (1) -- for real point (x,y,z) the homogeneous point (wx,wy,wx,w) is stored as (wx,wy,wz,w)
- WeightsSeparateFromCoordinates (2) -- for real point (x,y,z) the homogeneous point (wx,wy,wx,w) is stored as (x,y,z,w)
- Note that "internal" computations never use WeightsSeparateFromCoordinates.
- WeightsSeparateFromCoordinates is only useful as input or output state in serializer.
Members
Defined in
- bspline/BSplineSurface.ts Line 46
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.