Vec2f class
float
Constructors
- Vec2f(double v1, double v2)
 - 
          
            factory
 - Vec2f.fromNative(Vec2f v)
 - 
          
            factory
 - 
          Vec2f.fromPointer(Pointer<
Vec2f> ptr, [bool attach = true]) - 
          
            factory
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  props
  → List<
double>  - 
  
  no setteroverride
 - 
  ptr
  ↔ Pointer<
Vec2f>  - 
  
  getter/setter pairinherited
 - ref → Vec2f
 - 
  
  no setteroverride
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  val
  ↔ List<
double>  - 
  
  getter/setter pairoverride
 - val1 ↔ double
 - 
  
  getter/setter pair
 - val2 ↔ double
 - 
  
  getter/setter pair
 
Methods
- 
  dispose(
) → void  - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Static Properties
- finalizer → NativeFinalizer
 - 
  
  final