Back to class index
| Circle::CenterPointSyntaxfloat4 Circle::CenterPoint() const; [1 line of code]float4 Circle::Centroid() const; [1 lines of code] Returns the center point of this circle. This point is also the center of mass for this circle. The functions CenterPoint() and Centroid() are equivalent. See Also |