Vec3.Length
float Length{ get }
Description
This is the length, or magnitude of the vector! The distance from the origin to this point. Uses Math.Sqrt, so it’s not dirt cheap or anything.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!