vec3f Class
Inheritance Hierarchy
SystemObject
  AltusUnifiedvec3f

Namespace:  AltusUnified
Assembly:  Altus.Interop (in Altus.Interop.dll) Version: 1.0.6344.20500
Syntax
public class vec3f : IDisposable

The vec3f type exposes the following members.

Constructors
  NameDescription
vec3f
Initializes a new instance of the vec3f class
vec3f(vec3f)
Initializes a new instance of the vec3f class
vec3f(Single, Single, Single)
Initializes a new instance of the vec3f class
Top
Properties
  NameDescription
x
y
z
Top
Methods
  NameDescription
cross
Dispose
Releases all resources used by the vec3f
Dispose(Boolean)
Releases the unmanaged resources used by the vec3f and optionally releases the managed resources
dot
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize (Overrides ObjectFinalize.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
length
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
normalize
ToString (Overrides ObjectToString.)
Top
Operators
See Also