Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
does the same thing as ==
|
|
GetHashCode ( ) : int | ||
Inverse ( ) : |
||
Translation ( |
Creates a translation with the given translation Dimesnions in each direction
|
|
Translation ( |
Creates a Translation with offsets in each direction represented by the point
|
|
Translation ( |
Creates a copy of the given translation
|
|
Translation ( |
Creates a Translation in the direction of the given vector.
|
|
operator ( ) : bool |
Not a perfect equality operator, is only accurate up to the Distance Class's accuracy
|
Method | Description | |
---|---|---|
Translation ( ) : UnitClassLibrary.DistanceUnit |
Null Constructor
|
protected Translation ( ) : UnitClassLibrary.DistanceUnit | ||
return | UnitClassLibrary.DistanceUnit |
public Translation ( |
||
xTranslation | ||
yTranslation | ||
zTranslation | ||
return | UnitClassLibrary.DistanceUnit |
public Translation ( |
||
point | ||
return | UnitClassLibrary.DistanceUnit |
public Translation ( |
||
toCopy | The translation to copy | |
return | UnitClassLibrary.DistanceUnit |
public Translation ( |
||
vector | ||
return | UnitClassLibrary.DistanceUnit |