Click or drag to resize

PointD3D Structure

Represents a point with values of type Double in 3D space.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryPointD3D

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct PointD3D

The PointD3D type exposes the following members.

Constructors
 NameDescription
Public methodPointD3DInitializes a new instance of the PointD3D class
Top
Properties
 NameDescription
Public propertyStatic memberEmpty 
Public propertyIsEmpty 
Public propertyIsNaN Gets a value indicating whether one of the members of this instance is NaN.
Public propertyPointD2DWithoutZ Gets a 2D point with X and Y the same as this point, but without the z-component.
Public propertyVectorLength 
Public propertyVectorLengthSquared 
Public propertyX Gets the x component of this point.
Public propertyY Gets the y component of this point.
Public propertyZ Gets the y component of this point.
Top
Methods
 NameDescription
Public methodStatic memberDistance Calculates the distance between two points.
Public methodStatic memberDistanceSquared Calculates the squared distance between two points.
Public methodDistanceSquaredTo Calculates the squared distance between this point and another point.
Public methodDistanceTo Calculates the distance between this point and another point.
Public methodDotProduct(PointD3D) 
Public methodStatic memberDotProduct(PointD3D, PointD3D) 
Public methodEquals
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetNormalized 
Public methodGetSignFlipped 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInterpolate Interpolates between the points p0 and p1.
Public methodToString
(Overrides ValueTypeToString)
Public methodWithX Returns a new instance with X set to the provided value.
Public methodWithXPlus Returns a new instance with X set to the X plus the provided value.
Public methodWithY Returns a new instance with Y set to the provided value.
Public methodWithYPlus Returns a new instance with Y set to the Y plus the provided value.
Public methodWithZ Returns a new instance with Z set to the provided value.
Public methodWithZPlus Returns a new instance with Z set to the Z plus the provided value.
Top
Operators
See Also