Click or drag to resize
SerializableVector3D Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.SerializableVector3D"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public struct SerializableVector3D

The SerializableVector3D type exposes the following members.

Constructors
  NameDescription
Public methodSerializableVector3D(Vector3D)
Initializes a new instance of the SerializableVector3D class
Public methodSerializableVector3D(Double, Double, Double)
Initializes a new instance of the SerializableVector3D class
Top
Properties
  NameDescription
Public propertyIsZero
Public propertyx
Public propertyy
Public propertyz
Top
Methods
Operators
Fields
  NameDescription
Public fieldX
Public fieldY
Public fieldZ
Top
See Also