프로퍼티 | 타입 | 설명 | |
---|---|---|---|
X | float |
메소드 | 설명 | |
---|---|---|
Cross ( |
Perform the cross product on two vectors.
|
|
Dot ( |
Perform the dot product on two vectors.
|
|
Set ( float x, float y, float z ) : void |
Set this vector to some specified coordinates.
|
|
SetZero ( ) : void |
Set this vector to all zeros.
|
|
Vec3 ( float x, float y, float z ) : System |
Construct using coordinates.
|
|
operator ( ) : |
Multiply this vector by a scalar.
|