PolyWeight Struct Reference

#include <c4d_basetag.h>

Detailed Description

Holds the weights of the edges for a polygon.

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

Public Attributes

Float32 a
 
Float32 b
 
Float32 c
 
Float32 d
 

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.