setPoints:: Instance Method

- (void) setPoints:(const PxPointF *) points :(int) numPoints;

References: PxPointF

Replaces the transformed cutout points.

Parameters

  • points — The new points, in transformed space.
  • numPoints — The number of points in points.

Discussion

Raises PxException if any coordinate is not finite.

Top