+ comments to the SM.Base
+ Length, Normalize methods for CVectors
This commit is contained in:
parent
5d4b360b05
commit
9b917ac181
18 changed files with 248 additions and 33 deletions
|
|
@ -41,6 +41,9 @@ namespace SM.Base.Textures
|
|||
get => _height ?? Map.Height;
|
||||
protected set => _height = value;
|
||||
}
|
||||
/// <summary>
|
||||
/// Aspect ratio of Width and Height of the texture
|
||||
/// </summary>
|
||||
public float Aspect { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue