PointH Methods |
The PointH type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add the values of two points.
| |
Ceiling |
Converts to a Integer point by computing the ceiling of the point coordinates.
| |
Equals |
Compares two objects for equality.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Multiply |
Multiplies the point by a scalar.
| |
Normalize |
Normalizes the point to have unit scale.
| |
Round |
Converts to a Integer point by rounding the point coordinates.
| |
Subtract |
Subtracts the values of two points.
| |
ToArray |
Converts the point to a array representation.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
Transform |
Transforms a point using a projection matrix.
| |
Truncate |
Converts to a Integer point by truncating the point coordinates.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |