PolyWeight Struct Reference

#include <c4d_hndata.h>

Public Attributes

Float32 a
 
Float32 b
 
Float32 c
 
Float32 d
 

Detailed Description

Holds the weights of the edges for a polygon.

Note
For triangles a, b and d contain valid data.
Since
R19

Member Data Documentation

◆ a

The weight of the first edge.

◆ b

The weight of the second edge.

◆ c

The weight of the third edge.

◆ d

The weight of the fourth edge.