Class UnnullableDVec3d
For Unnullable IO for DVec3d.
public class UnnullableDVec3d : IWriteBin
- Inheritance
-
UnnullableDVec3d
- Implements
- Inherited Members
- Extension Methods
Constructors
UnnullableDVec3d(DVec3d)
Creates a new UnnullableDVec3d from a DVec3d.
public UnnullableDVec3d(DVec3d src)
Parameters
src
DVec3dSource DVec3d object
UnnullableDVec3d(BinaryReader)
Creates a new UnnullableDVec3d from binary data.
public UnnullableDVec3d(BinaryReader reader)
Parameters
reader
BinaryReaderBinary reader to read the data from
Properties
Data
Gets or sets the DVec3d data.
public DVec3d Data { get; set; }
Property Value
Methods
WriteBin(BinaryWriter)
Writes the object's data to a binary stream.
public void WriteBin(BinaryWriter writer)
Parameters
writer
BinaryWriterThe binary writer to write to