Click or drag to resize

VectorD4D Structure

[Missing <summary> documentation for "T:Altaxo.Geometry.VectorD4D"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryVectorD4D

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct VectorD4D : IEquatable<VectorD4D>

The VectorD4D type exposes the following members.

Constructors
 NameDescription
Public methodVectorD4DInitializes a new instance of the VectorD4D class
Top
Properties
 NameDescription
Public propertyStatic memberEmpty 
Public propertyIsEmpty Gets a value indicating whether this instance is empty, i.e. all elements are zero.
Public propertyLength 
Public propertyNormalized 
Public propertySquareOfLength 
Public propertyW 
Public propertyX 
Public propertyY 
Public propertyZ 
Top
Methods
 NameDescription
Public methodStatic memberCreateNormalized(VectorD4D) 
Public methodStatic memberCreateNormalized(Double, Double, Double, Double) 
Public methodStatic memberCreateScaled 
Public methodStatic memberCreateSum 
Public methodStatic memberDotProduct 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(VectorD4D) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMultiplicationElementwise 
Public methodToString
(Overrides ValueTypeToString)
Public methodWithW Returns a new instance with W set to the provided value.
Public methodWithX Returns a new instance with X set to the provided value.
Public methodWithY Returns a new instance with Y set to the provided value.
Public methodWithZ Returns a new instance with Z set to the provided value.
Top
Operators
See Also