Table of Contents

Class Position3D

Namespace
AstraEngine.View3D
Assembly
AstraEngine.View3D.dll

Represents a location in 3D space

public sealed class Position3D : Component
Inheritance
Position3D
Inherited Members
Extension Methods

Properties

X

Position along the X axis

public double X { get; set; }

Property Value

double

Y

Position along the Y axis

public double Y { get; set; }

Property Value

double

Z

Position along the Z axis

public double Z { get; set; }

Property Value

double