Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1ad82192 5d04 a1ae 9bc8 b1921c48cd52

haplokuon edited this page May 6, 2023 · 1 revision

GVector Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.GTE.GVector"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class GVector : IEquatable<GVector>

VB

Public Class GVector
	Implements IEquatable(Of GVector)

C++

public ref class GVector : IEquatable<GVector^>

F#

type GVector = 
    class
        interface IEquatable<GVector>
    end
Inheritance Object → GVector
Implements IEquatable(GVector)

Constructors

GVector(Double[]) Initializes a new instance of the GVector class
GVector(Int32) Initializes a new instance of the GVector class
GVector(Int32, Int32) Initializes a new instance of the GVector class

Properties

Item  
Size  
Vector  

Methods

ComputeExtremes  
Dot  
Equals(GVector)  
Equals(Object)
(Overrides Object.Equals(Object))
GetHashCode
(Overrides Object.GetHashCode())
GetType Gets the Type of the current instance.
(Inherited from Object)
HLift  
HProject  
Length  
Lift  
MakeUnit  
MakeZero  
Normalize  
Orthonormalize  
Project  
ToString Returns a string that represents the current object.
(Inherited from Object)
Unit  
Zero  

Operators

Addition(GVector, GVector)  
Division(GVector, Double)  
Equality(GVector, GVector)  
GreaterThan(GVector, GVector)  
GreaterThanOrEqual(GVector, GVector)  
Inequality(GVector, GVector)  
LessThan(GVector, GVector)  
LessThanOrEqual(GVector, GVector)  
Multiply(Double, GVector)  
Multiply(GVector, Double)  
Subtraction(GVector, GVector)  

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally