| Name | Description | |
|---|---|---|
![]() | Deserialize | Deserializes the object state from the specified property bag. |
![]() | Distance | Measures the distance between this point and the specified point. |
![]() | Divide | Performs a scalar division of a vector. |
![]() | Equals | Overloaded. Checks whether this point is equal to the other point |
![]() | GetHashCode | |
![]() | Inverse | Inverses this vector (e.g. makes this vector with oposite direction) |
![]() | Multiply | Performs a scalar multiplication of this vector with the specified scalar and returns the resulting vector. |
![]() | Normalize | Makes this vector the unit vector (e.g. its length becomes 1). |
![]() | Scale | Overloaded. Scales the point around the specified pin with the specified scale factors. |
![]() | Serialize | Serializes the object state into the specified property bag. |
![]() | ToString | Returns the string representation of this object |
![]() | Translate | Translates the point with the specified amounts. |
