Click or drag to resize
DigitalRuneQuaternionFConverter Class
Converts a QuaternionF to and from string representation.
Inheritance Hierarchy
SystemObject
  TypeConverter
    ExpandableObjectConverter
      DigitalRune.Mathematics.Algebra.DesignQuaternionFConverter

Namespace: DigitalRune.Mathematics.Algebra.Design
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public class QuaternionFConverter : ExpandableObjectConverter

The QuaternionFConverter type exposes the following members.

Constructors
  NameDescription
Public methodQuaternionFConverter
Initializes a new instance of the QuaternionFConverter class
Top
Methods
  NameDescription
Public methodCanConvertFrom(Type) (Inherited from TypeConverter.)
Public methodCanConvertFrom(ITypeDescriptorContext, Type)
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
(Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo(Type) (Inherited from TypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type)
Returns whether this converter can convert the object to the specified type, using the specified context.
(Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom(Object) (Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts the given object to the type of this converter, using the specified context and culture information.
(Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public methodConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public methodConvertTo(Object, Type) (Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts the given value object to the specified type, using the specified context and culture information.
(Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public methodConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public methodCreateInstance(IDictionary) (Inherited from TypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from TypeConverter.)
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.)
Protected methodGetConvertFromException (Inherited from TypeConverter.)
Protected methodGetConvertToException (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperties(Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object, Attribute) (Inherited from ExpandableObjectConverter.)
Public methodGetPropertiesSupported (Inherited from TypeConverter.)
Public methodGetPropertiesSupported(ITypeDescriptorContext) (Inherited from ExpandableObjectConverter.)
Public methodGetStandardValues (Inherited from TypeConverter.)
Public methodGetStandardValues(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid(Object) (Inherited from TypeConverter.)
Public methodIsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSortProperties (Inherited from TypeConverter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also