PolyWeight Struct Reference

#include <c4d_basetag.h>

详细描述

Holds the weights of the edges for a polygon.

注意
For triangles a , b and d contain valid data.

Public Attributes

Float32   a
Float32   b
Float32   c
Float32   d

Member Data Documentation

◆  a

Float32 a

The weight of the first edge.

◆  b

Float32 b

The weight of the second edge.

◆  c

Float32 c

The weight of the third edge.

◆  d

Float32 d

The weight of the fourth edge.