Share

Vector3d Structure

Description

This .NET class wraps the AcGeVector3d ObjectARX class. Vector3d represents a vector in 3D space. It can be viewed as a structure consisting of 3 doubles.

Visual Basic

Public Structure Vector3d
Inherits IFormattable
End Structure

C#

public struct Vector3d : IFormattable {
}

Links

Vector3d Constructor, Vector3d Methods, Vector3d Operators, Vector3d Properties

Was this information helpful?