Vector4
More information can be found in the Unity API Reference and maybe in the Unity Manual.
Constructors
Constructor |
Description |
|---|---|
Members
Member |
Description |
|---|---|
Methods
Method |
Description |
|---|---|
Static members
Member |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
Static methods
Method |
Description |
|---|---|
Operators
Operator |
Description |
|---|---|
Details
-
class Vector4
-
Vector4 Vector4(float x, float y, float z, float w)
-
Vector4 Vector4(float x, float y, float z)
-
Vector4 Vector4(float x, float y)
-
Vector4 Vector4()
-
const float magnitude
-
const Vector4 normalized
-
const float sqrMagnitude
-
float w
-
float x
-
float y
-
float z
-
int GetHashCode()
-
void Normalize()
-
void Scale(Vector4 scale)
-
void Set(float newX, float newY, float newZ, float newW)
-
float SqrMagnitude()
-
string ToString()
-
string ToString(string format)
-
static const float kEpsilon
-
static const Vector4 negativeInfinity
-
static const Vector4 one
-
static const Vector4 positiveInfinity
-
static const Vector4 zero
-
static float Magnitude(Vector4 a)
-
static float SqrMagnitude(Vector4 a)
-
Vector4 Vector4(float x, float y, float z, float w)