Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: enpe

Differential Revision: D63351151

fbshipit-source-id: 3c73d297a6b89ee9ab397f49535e1e9643c6317d
  • Loading branch information
janherling authored and facebook-github-bot committed Sep 25, 2024
1 parent 8783ead commit 771ccb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions impl/ocean/rendering/Points.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class OCEAN_RENDERING_EXPORT Points : virtual public IndependentPrimitive
* Returns the size in pixels at which all points will be rendered.
* The size of a point is defined by the diameter of the point.
* @return The size of all points, in pixels, with range [1, infinity)
* @exception NotSupportedException Is thrown if this function is not supported
* @see setPointSize().
*/
virtual Scalar pointSize() const;

Expand All @@ -85,6 +87,8 @@ class OCEAN_RENDERING_EXPORT Points : virtual public IndependentPrimitive
/**
* Sets the size in pixels at which all points will be rendered.
* @param size The size of all points, in pixels, with range [1, infinity)
* @exception NotSupportedException Is thrown if this function is not supported
* @see pointSize().
*/
virtual void setPointSize(const Scalar size);

Expand Down

0 comments on commit 771ccb5

Please sign in to comment.