Megadocs 0.0.1
All of megapop's internal libraries
Megapop.MegaCore.VectorRoundingExt Class Reference

Static Public Member Functions

static Vector2 Floor (this Vector2 v)
 
static Vector3 Floor (this Vector3 v)
 
static Vector4 Floor (this Vector4 v)
 
static Vector2Int FloorToInt (this Vector2 v)
 
static Vector3Int FloorToInt (this Vector3 v)
 
static Vector2 Round (this Vector2 v)
 
static Vector3 Round (this Vector3 v)
 
static Vector4 Round (this Vector4 v)
 
static Vector2Int RoundToInt (this Vector2 v)
 
static Vector3Int RoundToInt (this Vector3 v)
 
static Vector2 Ceil (this Vector2 v)
 
static Vector3 Ceil (this Vector3 v)
 
static Vector4 Ceil (this Vector4 v)
 
static Vector2Int CeilToInt (this Vector2 v)
 
static Vector3Int CeilToInt (this Vector3 v)
 

Member Function Documentation

◆ Ceil() [1/3]

static Vector2 Megapop.MegaCore.VectorRoundingExt.Ceil ( this Vector2  v)
inlinestatic

◆ Ceil() [2/3]

static Vector3 Megapop.MegaCore.VectorRoundingExt.Ceil ( this Vector3  v)
inlinestatic

◆ Ceil() [3/3]

static Vector4 Megapop.MegaCore.VectorRoundingExt.Ceil ( this Vector4  v)
inlinestatic

◆ CeilToInt() [1/2]

static Vector2Int Megapop.MegaCore.VectorRoundingExt.CeilToInt ( this Vector2  v)
inlinestatic

◆ CeilToInt() [2/2]

static Vector3Int Megapop.MegaCore.VectorRoundingExt.CeilToInt ( this Vector3  v)
inlinestatic

◆ Floor() [1/3]

static Vector2 Megapop.MegaCore.VectorRoundingExt.Floor ( this Vector2  v)
inlinestatic

◆ Floor() [2/3]

static Vector3 Megapop.MegaCore.VectorRoundingExt.Floor ( this Vector3  v)
inlinestatic

◆ Floor() [3/3]

static Vector4 Megapop.MegaCore.VectorRoundingExt.Floor ( this Vector4  v)
inlinestatic

◆ FloorToInt() [1/2]

static Vector2Int Megapop.MegaCore.VectorRoundingExt.FloorToInt ( this Vector2  v)
inlinestatic

◆ FloorToInt() [2/2]

static Vector3Int Megapop.MegaCore.VectorRoundingExt.FloorToInt ( this Vector3  v)
inlinestatic

◆ Round() [1/3]

static Vector2 Megapop.MegaCore.VectorRoundingExt.Round ( this Vector2  v)
inlinestatic

◆ Round() [2/3]

static Vector3 Megapop.MegaCore.VectorRoundingExt.Round ( this Vector3  v)
inlinestatic

◆ Round() [3/3]

static Vector4 Megapop.MegaCore.VectorRoundingExt.Round ( this Vector4  v)
inlinestatic

◆ RoundToInt() [1/2]

static Vector2Int Megapop.MegaCore.VectorRoundingExt.RoundToInt ( this Vector2  v)
inlinestatic

◆ RoundToInt() [2/2]

static Vector3Int Megapop.MegaCore.VectorRoundingExt.RoundToInt ( this Vector3  v)
inlinestatic

The documentation for this class was generated from the following file: