Struct Vec3
- Namespace
- rF2SharedMemoryNet.RF2Data.Structs
- Assembly
- rF2SharedMemoryNet.dll
Represents a three-dimensional vector with double-precision floating-point components.
public struct Vec3
- Inherited Members
Remarks
This structure is commonly used to represent points or directions in 3D space. The components X, Y, and Z can be accessed directly.
Fields
X
Represents a coordinate of a point in 3D space.
public double X
Field Value
Remarks
These fields can be used to store or manipulate the position of a point in a three-dimensional coordinate system.
Y
Represents a coordinate of a point in 3D space.
public double Y
Field Value
Remarks
These fields can be used to store or manipulate the position of a point in a three-dimensional coordinate system.
Z
Represents a coordinate of a point in 3D space.
public double Z
Field Value
Remarks
These fields can be used to store or manipulate the position of a point in a three-dimensional coordinate system.