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
¶ -
-
const float
magnitude
¶
-
const float
sqrMagnitude
¶
-
float
w
¶
-
float
x
¶
-
float
y
¶
-
float
z
¶
-
int
GetHashCode
()¶
-
void
Normalize
()¶
-
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
-
const float