This topic has not yet been rated - Rate this topic

Point3D Methods

(see also Protected Methods )
  Name Description
Public method Static Add Adds a Point3D structure to a Vector3D and returns the result as a Point3D structure.
Public method Equals Overloaded. Overridden. Compares two Point3D structures for equality.
Public method GetHashCode Overridden. Gets a hash code for this Point3D structure.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static Multiply Transforms the specified Point3D structure by the specified Matrix3D structure.
Public method Offset Changes the X, Y, and Z values of this Point3D structure by the specified amounts.
Public method Static op_Addition Adds a Point3D structure to a Vector3D and returns the result as a Point3D structure.
Public method Static op_Equality Compares two Point3D structures for equality.
Public method Static op_Explicit Overloaded. Converts a Point3D structure into a Vector3D structure or a Point4D structure.
Public method Static op_Inequality Compares two Point3D structures for inequality.
Public method Static op_Multiply Transforms the specified Point3D structure by the specified Matrix3D structure.
Public method Static op_Subtraction Overloaded. Subtracts a Point3D structure or a Vector3D structure from a Point3D structure.
Public method Static Parse Converts a String representation of a 3-D point into the equivalent Point3D structure.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Static Subtract Overloaded. Subtracts a Point3D structure or a Vector3D structure from a Point3D structure.
Public method ToString Overloaded. Overridden. Creates a String representation of this Point3D structure.
Top
  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
  Name Description
Explicit interface implementation Method System.IFormattable.ToString This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.