|
M
AlmostEqual(Transform1D)
|
bool
|
Determines whether this transformation and the specified transformation are the same within the tolerance (1.0e-09).
|
|
|
M
Assign(Transform1D)
|
None
|
Assigns values from the input transformation to this transformation.
|
|
|
M
Dispose()
|
None
|
|
|
|
M
Equals
|
None
|
Determines whether the specified Object is equal to the current Object . (Inherited from Object .)
|
Object .
|
|
M
GetHashCode
|
None
|
Serves as a hash function for a particular type. (Inherited from Object .)
|
Object .
|
|
M
GetInverse()
|
Transform1D
|
Gets the inverse transformation of this transformation.
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object .
|
|
M
Multiply(Transform1D)
|
Transform1D
|
Multiplies this transformation by the specified transformation and returns the result.
|
|
|
M
OfPoint(Double)
|
The transformed point.
|
Applies the transformation to the 1-dimensional point and returns the result.
|
|
|
M
OfVector(Double)
|
The transformed vector.
|
Applies the transformation to the 1-dimensional vector (a "tangent vector" on the real line) and returns the result.
|
|
|
M
SetToIdentity()
|
Transform1D
|
Set this TrfUV to the identity transform
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object .
|
|
M
TransformParameterDomain(Double, Double)
|
IList<double>
|
Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.
|
|