Share

Transform1D Methods

The Transform1D type exposes the following members.

Methods

 NameDescription
Public methodAlmostEqual Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
Public methodAssign Assigns values from the input transformation to this transformation.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInverse Gets the inverse transformation of this transformation.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMultiply Multiplies this transformation by the specified transformation and returns the result.
Public methodOfPoint Applies the transformation to the 1-dimensional point and returns the result.
Public methodOfVector Applies the transformation to the 1-dimensional vector (a "tangent vector" on the real line) and returns the result.
Public methodSetToIdentity Set this TrfUV to the identity transform
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTransformParameterDomain Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.

See Also

Reference

Was this information helpful?