Table of Contents

Struct DreamVector3<T>

Namespace
AiDotNet.Diffusion.Models
Assembly
AiDotNet.dll

3D vector type for DreamFusion.

public struct DreamVector3<T>

Type Parameters

T

The numeric type.

Inherited Members

Properties

X

X component.

public T X { readonly get; set; }

Property Value

T

Y

Y component.

public T Y { readonly get; set; }

Property Value

T

Z

Z component.

public T Z { readonly get; set; }

Property Value

T