Show / Hide Table of Contents

Struct Point

Sets a point in 3D space.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public struct Point

Fields

x

The x-coordinate

Declaration
public int x
Field Value
Type Description
System.Int32

y

The y-coordinate

Declaration
public int y
Field Value
Type Description
System.Int32

z

The z-coordinate

Declaration
public int z
Field Value
Type Description
System.Int32
Generated by DocFX
GitHub Repo
Back to top