#include <Vector3DInt.h>
|
int32_t | x = 0 |
|
int32_t | y = 0 |
|
int32_t | z = 0 |
|
◆ Vector3DInt() [1/3]
carla::geom::Vector3DInt::Vector3DInt |
( |
| ) |
|
|
default |
◆ Vector3DInt() [2/3]
carla::geom::Vector3DInt::Vector3DInt |
( |
int32_t | ix, |
|
|
int32_t | iy, |
|
|
int32_t | iz ) |
|
inline |
◆ Vector3DInt() [3/3]
carla::geom::Vector3DInt::Vector3DInt |
( |
const FIntVector & | v | ) |
|
|
delete |
◆ Length()
double carla::geom::Vector3DInt::Length |
( |
| ) |
const |
|
inline |
◆ msgpack_object()
template<typename MSGPACK_OBJECT >
void carla::geom::Vector3DInt::msgpack_object |
( |
MSGPACK_OBJECT * | o, |
|
|
clmdep_msgpack::zone & | sneaky_variable_that_shadows_z ) const |
|
inline |
◆ msgpack_pack()
template<typename Packer >
void carla::geom::Vector3DInt::msgpack_pack |
( |
Packer & | pk | ) |
const |
|
inline |
◆ msgpack_unpack()
void carla::geom::Vector3DInt::msgpack_unpack |
( |
clmdep_msgpack::object const & | o | ) |
|
|
inline |
◆ operator!=()
bool carla::geom::Vector3DInt::operator!= |
( |
const Vector3DInt & | rhs | ) |
const |
|
inline |
◆ operator*=()
Vector3DInt & carla::geom::Vector3DInt::operator*= |
( |
int32_t | rhs | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=()
Vector3DInt & carla::geom::Vector3DInt::operator/= |
( |
int32_t | rhs | ) |
|
|
inline |
◆ operator=()
Vector3DInt & carla::geom::Vector3DInt::operator= |
( |
const FIntVector & | rhs | ) |
|
|
delete |
◆ operator==()
bool carla::geom::Vector3DInt::operator== |
( |
const Vector3DInt & | rhs | ) |
const |
|
inline |
◆ SquaredLength()
int64_t carla::geom::Vector3DInt::SquaredLength |
( |
| ) |
const |
|
inline |
◆ ToCentimeters()
Vector3DInt carla::geom::Vector3DInt::ToCentimeters |
( |
| ) |
const |
|
inline |
◆ ToFIntVector()
FIntVector carla::geom::Vector3DInt::ToFIntVector |
( |
| ) |
const |
|
inline |
◆ ToMeters()
Vector3DInt carla::geom::Vector3DInt::ToMeters |
( |
| ) |
const |
|
inline |
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator+
◆ operator-
◆ operator/ [1/2]
◆ operator/ [2/2]
int32_t carla::geom::Vector3DInt::x = 0 |
int32_t carla::geom::Vector3DInt::y = 0 |
int32_t carla::geom::Vector3DInt::z = 0 |
该类的文档由以下文件生成: