This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
1ad82192 5d04 a1ae 9bc8 b1921c48cd52
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.GTE.GVector"]
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) |
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 |
Item | |
Size | |
Vector |
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 |