Click or drag to resize

Vector3 Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Internal.tainicom.Aether.Physics2D.CommonVector3

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Vector3 : IEquatable<Vector3>

The Vector3 type exposes the following members.

Constructors
 NameDescription
Public methodVector3(Single)Initializes a new instance of the Vector3 class
Public methodVector3(Single, Single, Single)Initializes a new instance of the Vector3 class
Top
Properties
 NameDescription
Public propertyStatic memberOne 
Public propertyStatic memberZero 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(Vector3) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldX 
Public fieldY 
Public fieldZ 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also