ISpatialBounds
Description
- Extended by
Base interface for classes that provide common spatial bounding volumes for 3D models.
Public / Attributes
Mass
Returns the center of mass of the model.
The center of mass is computed from the weighted sum of those model vertices that are used by primitives, with the following weights being assigned to each vertex:
-
Primitive.LineList, Primitive.LineStrip: length of line segment
-
Primitive.TriangleList, Primitive.TriangleStrip: area of triangle