Table of Contents

Struct vec3f

Namespace
Hi.Native
Assembly
HiGeom.dll

Native vec3f.

public struct vec3f : IEquatable<vec3f>
Implements
Inherited Members
Extension Methods

Constructors

vec3f(Vec3d)

Ctor.

public vec3f(Vec3d src)

Parameters

src Vec3d

src

vec3f(float, float, float)

Ctor.

public vec3f(float x, float y, float z)

Parameters

x float

x

y float

y

z float

z

Fields

x

x.

public float x

Field Value

float

y

y.

public float y

Field Value

float

z

z.

public float z

Field Value

float

Methods

Equals(vec3f)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(vec3f other)

Parameters

other vec3f

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Operators

operator ==(vec3f, vec3f)

public static bool operator ==(vec3f left, vec3f right)

Parameters

left vec3f
right vec3f

Returns

bool

operator !=(vec3f, vec3f)

public static bool operator !=(vec3f left, vec3f right)

Parameters

left vec3f
right vec3f

Returns

bool