Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::GeoVector3

Single precision 3 dimensional vector class.

Functions

NameDescription
GeoVector3()

Constructors.

GeoVector3(float, float, float)

Constructors.

GeoVector3(v128)

Constructors.

operator v128()

Conversion to a v128. W component is always 0.

Variables

NameDescription
float X

X coordinate.

float Y

Y coordinate.

float Z

Z coordinate.

Friends

NameDescription
friend bool operator!=(const GeoVector3 &l, const GeoVector3 &r)

Performs an element-wise comparison of the two vectors.

friend bool operator==(const GeoVector3 &l, const GeoVector3 &r)

Performs an element-wise comparison of the two vectors.


Anchor
a914e707e6edc1c4fae48762aae378899
a914e707e6edc1c4fae48762aae378899

Geo::GeoVector3::GeoVector3

...

public: GeoVector3()

...

Constructors.


Anchor
a343ccb856a1ed20cfed9133552637844
a343ccb856a1ed20cfed9133552637844

Geo::GeoVector3::GeoVector3

...

public: GeoVector3
(
    float x,
    float y,
    float z
)

...

Constructors.


Anchor
a280303a262b2f7e6616aec9eaab8d8de
a280303a262b2f7e6616aec9eaab8d8de

Geo::GeoVector3::GeoVector3

...

public: GeoVector3
(
    v128 rhs
)

...

Constructors.


Anchor
aafe25d2b5e4eecb8f340ead4310a468e
aafe25d2b5e4eecb8f340ead4310a468e

Geo::GeoVector3::operator v128

...

public: operator v128() const

...

Conversion to a v128. W component is always 0.