For a list of all members of this type, see LeadMatrix members
Name | Description | |
---|---|---|
append | Appends the specified LeadMatrix to this LeadMatrix. | |
clone | Creates an exact copy of this LeadMatrix. | |
create | Creates a new LeadMatrix with the specified values. | |
equals | Compares two LeadMatrix objects to determine whether they contain the same coordinates. | |
fromJSON | Converts a JSON-compatible dictionary object to a new LeadMatrix instance. | |
invert | Inverts this LeadMatrix. | |
multiply | Multiplies a LeadMatrix by another LeadMatrix. | |
prepend | Prepends the specified LeadMatrix onto this LeadMatrix. | |
rotate | Applies a rotation of the specified angle about the origin of this LeadMatrix. | |
rotateAt | Rotates this matrix about the specified point. | |
rotateAtPrepend | Prepends a rotation of the specified angle at the specified point to this LeadMatrix. | |
rotatePrepend | Prepends a rotation of the specified angle to this LeadMatrix. | |
scale | Appends the specified scale vector to this LeadMatrix. | |
scaleAt | Scales this LeadMatrix by the specified amount about the specified point. | |
scaleAtPrepend | Prepends the specified scale about the specified point of this LeadMatrix. | |
scalePrepend | Prepends the specified scale vector to this LeadMatrix. | |
setIdentity | Changes this LeadMatrix into an identity matrix. | |
skew | Appends a skew of the specified degrees in the x and y dimensions to this LeadMatrix. | |
skewPrepend | Prepends a skew of the specified degrees in the x and y dimensions to this LeadMatrix. | |
toJSON | Converts this LeadMatrix to a JSON-compatible dictionary object. | |
toString | Converts this LeadMatrix to a human-readable string. | |
transformPoint | Transforms the specified point by the LeadMatrix and returns the result. | |
transformPoints | Transforms the specified points by this LeadMatrix. | |
transformRect | Transforms the specified rect by the LeadMatrix and returns the result. | |
transformVector | Transforms the specified vector point by the LeadMatrix and returns the result. | |
translate | Appends a translation of the specified offsets to this LeadMatrix. | |
translatePrepend | Prepends a translation of the specified offsets to this LeadMatrix. |