Click or drag to resize
Accord.NET (logo)

PointH Methods

The PointH type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add the values of two points.
Public methodStatic memberCeiling
Converts to a Integer point by computing the ceiling of the point coordinates.
Public methodEquals
Compares two objects for equality.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMultiply
Multiplies the point by a scalar.
Public methodNormalize
Normalizes the point to have unit scale.
Public methodStatic memberRound
Converts to a Integer point by rounding the point coordinates.
Public methodSubtract
Subtracts the values of two points.
Public methodToArray
Converts the point to a array representation.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodTransform
Transforms a point using a projection matrix.
Public methodStatic memberTruncate
Converts to a Integer point by truncating the point coordinates.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(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.)
Public Extension MethodToTOverloaded.
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.)
Top
See Also