Table of Contents

Struct b3Transform

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

A rigid transform: a rotation followed by a translation. Mirror of b3Transform.

public struct b3Transform : IEquatable<b3Transform>

Implements

Inherited Members

Fields

p

The translation.

q

The rotation.

Properties

Identity

The identity transform: no rotation, no translation.

Methods

Equals(b3Transform)

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

Equals(object?)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

operator ==(b3Transform, b3Transform)

Determines whether two transforms are equal.

operator !=(b3Transform, b3Transform)

Determines whether two transforms are unequal.