Click or drag to resize
DigitalRuneQuaternionFWriter Class
Writes a QuaternionF to binary format.
Inheritance Hierarchy
SystemObject
  ContentTypeWriter
    ContentTypeWriterQuaternionF
      DigitalRune.Mathematics.Content.PipelineQuaternionFWriter

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: DigitalRune.Mathematics.Content.Pipeline (in DigitalRune.Mathematics.Content.Pipeline.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[ContentTypeWriterAttribute]
public class QuaternionFWriter : ContentTypeWriter<QuaternionF>

The QuaternionFWriter type exposes the following members.

Constructors
  NameDescription
Public methodQuaternionFWriter
Initializes a new instance of the QuaternionFWriter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRuntimeReader
Gets the assembly qualified name of the runtime loader for this type.
(Overrides ContentTypeWriter.GetRuntimeReader(TargetPlatform).)
Public methodGetRuntimeType
Gets the assembly qualified name of the runtime target type.
(Overrides ContentTypeWriter.GetRuntimeType(TargetPlatform).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from ContentTypeWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodShouldCompressContent (Inherited from ContentTypeWriter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWrite(ContentWriter, Object) (Inherited from ContentTypeWriterQuaternionF.)
Protected methodWrite(ContentWriter, QuaternionF)
Compiles a strongly typed object into binary format.
(Overrides ContentTypeWriter.Write(ContentWriter, UTP).)
Top
Properties
  NameDescription
Public propertyCanDeserializeIntoExistingObject (Inherited from ContentTypeWriter.)
Public propertyTargetType (Inherited from ContentTypeWriter.)
Public propertyTypeVersion (Inherited from ContentTypeWriter.)
Top
See Also