डिक्लेरेशन
func Magnitude(value Vector3) float
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Value | Vector3 | 3D Vector |
वापस
टाइप | विवरण |
---|---|
Float | The modulus result, which is the length of the vector modulus |
Modulo a 3D vector
func Magnitude(value Vector3) float
go
नाम | टाइप | विवरण |
---|---|---|
Value | Vector3 | 3D Vector |
टाइप | विवरण |
---|---|
Float | The modulus result, which is the length of the vector modulus |