Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
fixed help text BoundingBox -> BoundingSphere
Browse files Browse the repository at this point in the history
  • Loading branch information
tebjan committed Jan 25, 2017
1 parent ae24091 commit cb29651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SharpDX.Mathematics/BoundingSphere.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public struct BoundingSphere : IEquatable<BoundingSphere>, IFormattable
public float Radius;

/// <summary>
/// Initializes a new instance of the <see cref="BoundingBox"/> struct.
/// Initializes a new instance of the <see cref="BoundingSphere"/> struct.
/// </summary>
/// <param name="center">The center of the sphere in three dimensional space.</param>
/// <param name="radius">The radius of the sphere.</param>
Expand Down

0 comments on commit cb29651

Please sign in to comment.